Skip to content

Commit f4ddcec

Browse files
committed
Fix test
1 parent 4259ed7 commit f4ddcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gather/clusterconfig/olm_operators_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestOLMOperatorsGather(t *testing.T) {
5656
if ooa.operators[0].Name != "test-olm-operator" {
5757
t.Fatalf("unexpected name of gathered OLM operator %s", ooa.operators[0])
5858
}
59-
if ooa.operators[0].Version != "v6.6.6" {
59+
if ooa.operators[0].Version != "v1.2.3" {
6060
t.Fatalf("unexpected version of gathered OLM operator %s", ooa.operators[0])
6161
}
6262
}

0 commit comments

Comments
 (0)