Skip to content

Commit

Permalink
fixup! plz: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Jul 9, 2024
1 parent 6e410e7 commit d9fc370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/testrun/plz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ func Test_NewPLZTestRun(t *testing.T) {
// TestRuns expected in different cases;
// see how they are populated below
requiredFieldsTestRun = defaultTestRun
optionalFieldsTestRun = defaultTestRun
cloudFieldsTestRun = defaultTestRun
cloudEnvVarsTestRun = defaultTestRun
optionalFieldsTestRun = defaultTestRun //nolint:ineffassign
cloudFieldsTestRun = defaultTestRun //nolint:ineffassign
cloudEnvVarsTestRun = defaultTestRun //nolint:ineffassign
)

// populate TestRuns for different test cases
Expand Down

0 comments on commit d9fc370

Please sign in to comment.