Skip to content

Commit

Permalink
chore(release): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed May 3, 2019
1 parent 22de11a commit 977e57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/test/catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestRuntimeContainsEmbeddedArtifacts(t *testing.T) {
catalog, err := DefaultCatalog()
assert.Nil(t, err)

assert.Equal(t, "2.23.1", catalog.Version)
assert.Equal(t, "2.23.2", catalog.Version)

artifact := catalog.GetArtifactByScheme("knative")
assert.Equal(t, 1, len(artifact.Schemes))
Expand Down

0 comments on commit 977e57e

Please sign in to comment.