Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele committed Jul 10, 2024
1 parent 9bb250f commit 4868939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker/tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def test_sri(self):
def test_toolchain_verification(self):
self.assertTrue(worker.verify_toolchain())

def test_setup_cutechess(self):
self.assertTrue(worker.setup_cutechess(Path.cwd()))
def test_setup_fastchess(self):
self.assertTrue(worker.setup_fastchess(Path.cwd()))


if __name__ == "__main__":
Expand Down

0 comments on commit 4868939

Please sign in to comment.