Skip to content

Commit

Permalink
Fix failing workload commands because I added a workload in xz
Browse files Browse the repository at this point in the history
  • Loading branch information
danjujan committed Jul 25, 2023
1 parent b8a257e commit 68c79a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/experiment/test_workload_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_workload_commands_tags(self) -> None:
binary = Xz.binaries_for_revision(ShortCommitHash("c5c7ceb08a"))[0]

commands = wu.workload_commands(project, binary, [])
self.assertEqual(len(commands), 2)
self.assertEqual(len(commands), 3)

def test_workload_commands_tags_selected(self) -> None:
revision = Revision(Xz, Variant(Xz.SOURCE[0], "c5c7ceb08a"))
Expand Down

0 comments on commit 68c79a3

Please sign in to comment.