storagenode/version: version chore test fix

Change-Id: I61537ea325779cefbb1f8d7c5d373dc4bf80a7aa
This commit is contained in:
Qweder93 2020-07-24 20:02:20 +03:00
parent f531bc8638
commit 123aebd79f

View File

@ -58,6 +58,7 @@ func TestRolloutChore(t *testing.T) {
require.NotNil(t, chore)
chore.Loop.Pause()
chore.Loop.TriggerWait()
firstTimeStamp := chore.TestCheckVersion()
require.Equal(t, true, firstTimeStamp.IsOutdated)