Skip to content

Commit

Permalink
test: 🏷️ use correct list format in place of tupel
Browse files Browse the repository at this point in the history
  • Loading branch information
aikia-code committed Feb 1, 2024
1 parent 6eaa7d4 commit f51e412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_dilemma_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestDilemmaModels:

player_inst = Player("test_player")

session_inst = Session(names=("sand", "bite"))
session_inst = Session(names=["sand", "bite"])

simulation = simulate(slot1=AlwaysDefect, slot2=AlwaysCooperate, rounds=10000)

Expand Down

0 comments on commit f51e412

Please sign in to comment.