Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 740bad0

Browse files
committed
[tmp] test converse on ci
1 parent df3d5cb commit 740bad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_jupyter/js_tests/connected_false.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test('should have one plotly.js graph', function(t) {
1414
t.plan(1);
1515

1616
var nodes = document.querySelectorAll('.js-plotly-plot');
17-
t.equal(nodes.length, 1);
17+
t.equal(nodes.length, 2);
1818
});
1919

2020
test('should inject raw plotly.js code into DOM', function(t) {

0 commit comments

Comments
 (0)