Skip to content

Commit 3f43253

Browse files
committed
🔪 fit
1 parent c77a8a3 commit 3f43253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/select_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ describe('@flaky Test select box and lasso per trace:', function() {
13041304
});
13051305

13061306
['ohlc', 'candlestick'].forEach(function(type) {
1307-
fit('should work for ' + type + ' traces', function(done) {
1307+
it('should work for ' + type + ' traces', function(done) {
13081308
var assertPoints = makeAssertPoints(['curveNumber', 'x', 'open', 'high', 'low', 'close']);
13091309
var assertSelectedPoints = makeAssertSelectedPoints();
13101310
var assertRanges = makeAssertRanges();

0 commit comments

Comments
 (0)