Skip to content

Commit 7514592

Browse files
committed
updated test description
1 parent 5d930ce commit 7514592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/histogram_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ describe('Test histogram', function() {
808808
.then(done);
809809
});
810810

811-
it('autobins all histograms together except `visible: false`', function(done) {
811+
it('autobins all histograms (on the same subplot) together except `visible: false`', function(done) {
812812
function _assertBinCenters(expectedCenters) {
813813
var centers = gd.calcdata.map(function(cd) {
814814
return cd.map(function(cdi) { return cdi.p; });

0 commit comments

Comments
 (0)