Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lrgar committed Oct 23, 2020
1 parent 4a231fb commit e16287f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/cluster_version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func TestIsRemoteClusterVersionSupported(t *testing.T) {
logger := zap.New(zap.UseDevMode(true), zap.WriteTo(os.Stdout))

t.Run("IsRemoteClusterVersionSupported", func(t *testing.T) {
isSupported := IsRemoteClusterVersionSupported(logger, "1.203.0")
isSupported := IsRemoteClusterVersionSupported(logger, "1.205.0")
assert.True(t, isSupported)
})
t.Run("IsRemoteClusterVersionSupported unsupported version", func(t *testing.T) {
Expand Down

0 comments on commit e16287f

Please sign in to comment.