Skip to content

Commit

Permalink
Fix error printing
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt committed Sep 10, 2024
1 parent 1fb4cd2 commit 0a5b107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/empty_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func testEmptyCache(t *testing.T, context spec.G, it spec.S) {
"",
))

Expect(logs).NotTo(ContainSubstring(fmt.Sprintf("%s:mod-cache", settings.Buildpack.ID)), logs.String)
Expect(logs).NotTo(ContainSubstring(fmt.Sprintf("%s:mod-cache", settings.Buildpack.ID)), logs.String())
})
})
}

0 comments on commit 0a5b107

Please sign in to comment.