Skip to content

Commit

Permalink
test: fix bug in test_artifact.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 committed Aug 26, 2023
1 parent 1e36f73 commit 2772835
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/server/cards/test_artifacts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from agents.interaction_agent import InteractionAgent
from agents.interaction_agent import (
InteractionAgent_V1_0 as InteractionAgent
)
from agents.nothing_agent import NothingAgent
from server.match import Match, MatchState
from server.deck import Deck
Expand All @@ -11,6 +13,7 @@
def test_small_elemental_artifacts():
agent_0 = NothingAgent(player_id = 0)
agent_1 = InteractionAgent(
version = '1.0',
player_id = 1,
verbose_level = 0,
commands = [
Expand Down

0 comments on commit 2772835

Please sign in to comment.