Skip to content

Commit

Permalink
Fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Sep 1, 2023
1 parent 4c416af commit 38b8332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_contents_html(self):
self.assertGreater(len(res), 10)

for value in np.nditer(mat):
self.assertIn(f"<td>{value}</td>", res)
self.assertIn(f">{value}</td>", res)


if __name__ == '__main__':
Expand Down

0 comments on commit 38b8332

Please sign in to comment.