Skip to content

Commit 2fe585f

Browse files
committed
fix tests
1 parent 3f05803 commit 2fe585f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/agents/test_generic_prompt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def test_shrinking_observation():
165165
flags.obs.use_html = True
166166

167167
prompt_maker = MainPrompt(
168-
action_set=dp.HighLevelActionSet(),
168+
action_set=bgym.HighLevelActionSet(),
169169
obs_history=OBS_HISTORY,
170170
actions=ACTIONS,
171171
memories=MEMORIES,
@@ -231,7 +231,7 @@ def test_main_prompt_elements_present():
231231
# Initialize MainPrompt
232232
prompt = str(
233233
MainPrompt(
234-
action_set=dp.HighLevelActionSet(),
234+
action_set=bgym.HighLevelActionSet(),
235235
obs_history=OBS_HISTORY,
236236
actions=ACTIONS,
237237
memories=MEMORIES,

0 commit comments

Comments
 (0)