From ee0531ff846d187c513aa813f2ed0bc852dce8dc Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 22 Nov 2023 15:30:52 -0500 Subject: [PATCH] Fixed failing test. --- test/integration/package_int_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/package_int_test.go b/test/integration/package_int_test.go index 3a3701084e..280337dcb0 100644 --- a/test/integration/package_int_test.go +++ b/test/integration/package_int_test.go @@ -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) }