Skip to content

Commit 7e52977

Browse files
committed
fixup waterfall jasmine test for textinfo - note value was not a valid flag for waterfalls
1 parent 6ac1dc5 commit 7e52977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/waterfall_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe('Waterfall.supplyDefaults', function() {
128128
it('should not coerce textinfo when textposition is none', function() {
129129
traceIn = {
130130
y: [1, 2, 3],
131-
textinfo: 'value'
131+
textinfo: 'text'
132132
};
133133
supplyDefaults(traceIn, traceOut, defaultColor, {});
134134
expect(traceOut.textinfo).toBeUndefined();

0 commit comments

Comments
 (0)