We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7d16b commit ba35d2aCopy full SHA for ba35d2a
tests/test_contexts.py
@@ -97,7 +97,7 @@ def test_follow_context(self):
97
98
assert asker_name in result
99
assert asker_card in result
100
- assert asker_reason in result
+ assert asker_reason not in result
101
assert character_name in result
102
assert character_card in result
103
assert history in result
tests/test_normal_commands.py
@@ -127,6 +127,7 @@ def test_wield(self):
127
assert self.test_player.wielding != item
128
129
def test_request_follow(self):
130
+ self.io_util.set_response('{"response":"no"')
131
test_npc = LivingNpc('test_npc', 'f')
132
location = Location('test_room')
133
location.init_inventory([self.test_player, test_npc])
0 commit comments