Skip to content

Commit 17b3d3a

Browse files
committed
CI test
1 parent cdb4896 commit 17b3d3a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/challenges/basic_abilities/test_write_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def test_write_file(
2121
config: Config,
2222
level_to_run: int,
2323
) -> None:
24+
# dummy
2425
file_path = str(writer_agent.workspace.get_path("hello_world.txt"))
2526
run_interaction_loop(monkeypatch, writer_agent, CYCLE_COUNT)
2627

0 commit comments

Comments
 (0)