fix broken tests

This commit is contained in:
Mark
2024-02-02 17:04:47 -07:00
parent de6c460a51
commit 6a421dd8b0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
# issue 820
args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "goals.pl"]
args = ["-f", "--no-add-history", "goals.pl", "-g", "test", "-g", "halt"]