Skip to content

Commit 68999fe

Browse files
committed
Removed confusing (unnecessary?) test assertion.
1 parent 42a7dd8 commit 68999fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plotly/tests/test_optional/test_utils/test_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ def test_numpy_masked_json_encoding():
250250
j1 = json.dumps(l, cls=utils.PlotlyJSONEncoder)
251251
print(j1)
252252
assert(j1 == '[1, 2, null]')
253-
assert(set(l) == set([1, 2, np.ma.core.masked]))
254253

255254

256255
def test_masked_constants_example():

0 commit comments

Comments
 (0)