Skip to content

Commit

Permalink
Update tests/test_cluster_read.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Hutař <[email protected]>
  • Loading branch information
riya-17 and jhutar authored Jun 27, 2024
1 parent 855f39f commit e68a42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cluster_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_count(self):
ri = opl.cluster_read.RequestedInfo(string)
k, v = next(ri)
self.assertEqual(k, "print.output")
self.assertEqual(v, {"all": 1, "error": 1})
self.assertEqual(v, {"all": 4, "error": 2, "warning": 1})

def test_json(self):
string = """
Expand Down

0 comments on commit e68a42b

Please sign in to comment.