Skip to content

Commit

Permalink
added flat world test in test_files
Browse files Browse the repository at this point in the history
  • Loading branch information
EHAT32 committed Oct 20, 2024
1 parent d6c7b33 commit 7224e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vereya/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main():
test_files = ['test_motion_vereya', 'test_craft',
'test_inventory', 'test_quit',
'test_observation', 'test_placement', 'test_image',
'test_consistency', 'test_motion_mob', 'test_mob', 'test_agent']
'test_consistency', 'test_motion_mob', 'test_mob', 'test_agent', 'test_flat_world']
res = run_tests(test_files)
if not res.wasSuccessful():
sys.exit(1)
Expand Down

0 comments on commit 7224e93

Please sign in to comment.