Skip to content

Commit

Permalink
Update expect
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Oct 4, 2023
1 parent f4d649f commit 9e255e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/package_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (suite *PackageIntegrationTestSuite) TestPackages_project_invalid() {
defer ts.Close()

cp := ts.Spawn("packages", "--namespace", "junk/junk")
cp.Expect("The requested project junk/junk could not be found")
cp.Expect("The requested project junk does not exist under junk")
cp.ExpectExitCode(1)
}

Expand Down

0 comments on commit 9e255e1

Please sign in to comment.