Skip to content

Commit

Permalink
fix test TestCheckVersionOfDaemon
Browse files Browse the repository at this point in the history
  • Loading branch information
semyon-dev committed Sep 11, 2024
1 parent e650c12 commit 5ec9f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestCheckVersionOfDaemon(t *testing.T) {
versionTag = "v5.1.2"
message, err := CheckVersionOfDaemon()
assert.NotNil(t, err)
assert.Contains(t, err.Error(), "There is a newer version of the Daemon")
assert.Contains(t, err.Error(), "there is a newer version of the Daemon")

versionTag, _ = GetLatestDaemonVersion()
message, err = CheckVersionOfDaemon()
Expand Down

0 comments on commit 5ec9f55

Please sign in to comment.