Skip to content

Commit

Permalink
BB: Add clarifying comment about assertion in test_depth_2_a()
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyamalviya authored and mssalvatore committed May 17, 2023
1 parent 283d34c commit a207026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions envs/monkey_zoo/blackbox/test_blackbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,8 @@ def test_depth_2_a(self, island_client):
log_handler=log_handler,
)
exploitation_test.run()

# asserting that Agent hashes are not unique
assert len({a.sha256 for a in exploitation_test.agents}) == 2

def test_depth_1_a(self, island_client):
Expand Down

0 comments on commit a207026

Please sign in to comment.