This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 977e57e2e7008f4b3e600c6b19642723b40b0487
Author: nferraro <[email protected]>
AuthorDate: Fri May 3 15:36:27 2019 +0200

    chore(release): fix test
---
 pkg/util/test/catalog_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/util/test/catalog_test.go b/pkg/util/test/catalog_test.go
index aae53c4..00ba8ff 100644
--- a/pkg/util/test/catalog_test.go
+++ b/pkg/util/test/catalog_test.go
@@ -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))

Reply via email to