Skip to content

Commit

Permalink
Merge pull request #2894 from ActiveState/mitchell/dx-2333
Browse files Browse the repository at this point in the history
Fixed failing test.
  • Loading branch information
mitchell-as authored Nov 22, 2023
2 parents 548e5cf + ee0531f commit df4d2b2
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 @@ -264,7 +264,7 @@ func (suite *PackageIntegrationTestSuite) TestPackage_info() {
cp.Expect("Version")
cp.Expect("Available")
cp.Expect("What's next?")
cp.Expect("run `state install")
cp.Expect("run 'state install")
cp.ExpectExitCode(0)
}

Expand Down

0 comments on commit df4d2b2

Please sign in to comment.