Skip to content

Commit

Permalink
Fixed failing integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Dec 18, 2023
1 parent ce37fc9 commit 4db6032
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 @@ -426,7 +426,7 @@ func (suite *PackageIntegrationTestSuite) TestJSON() {
defer ts.Close()

cp := ts.Spawn("search", "Text-CSV", "--exact-term", "--language", "Perl", "-o", "json")
cp.Expect(`[{"package":"Text-CSV"`)
cp.Expect(`"name":"Text-CSV"`)
cp.ExpectExitCode(0)
AssertValidJSON(suite.T(), cp)

Expand Down

0 comments on commit 4db6032

Please sign in to comment.