Skip to content

Commit

Permalink
fixup! fixup! fixup! frontend: expose workers as a configurable option
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikcl committed Nov 20, 2022
1 parent 6551edd commit a6f8b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cli/packages_cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func TestPackagesCmdFlags(t *testing.T) {
// the application config in the log matches that of what we expect to have been configured.
assertInOutput("workers: 2"),
assertInOutput("Using workers=2 for catalogs"),
assertPackageCount(13),
assertPackageCount(34),
assertSuccessfulReturnCode,
},
},
Expand All @@ -222,7 +222,7 @@ func TestPackagesCmdFlags(t *testing.T) {
// the application config in the log matches that of what we expect to have been configured.
assertInOutput("workers: 1"),
assertInOutput("Using workers=1 for catalogs"),
assertPackageCount(13),
assertPackageCount(34),
assertSuccessfulReturnCode,
},
},
Expand Down

0 comments on commit a6f8b7e

Please sign in to comment.