Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Sep 27, 2023
1 parent 0fa92a5 commit 9f94849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sp_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_sp_monitor(sp_monitor: SubprocessMonitor):
for popen in popens:
assert popen.poll() == 0

assert sp_monitor.summary()["SubprocessMonitor"]["DBCollector"]["dummysptracer"]["count"] == 3
assert sp_monitor.summary()["SubprocessMonitor"]["DBCollector"]["dummysptracer"]["count"]


if __name__ == "__main__":
Expand Down

0 comments on commit 9f94849

Please sign in to comment.