Skip to content

Commit

Permalink
Fix float type
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Jan 21, 2025
1 parent 4bf6735 commit 5f21d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/test/endtoend/backup/vtbackup/backup_only_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestFailingReplication(t *testing.T) {
// the goroutine above, the process will work and complete successfully.
_ = vtBackup(t, false, false, false)

require.GreaterOrEqual(t, time.Since(startTime).Seconds(), 30)
require.GreaterOrEqual(t, time.Since(startTime).Seconds(), float64(30))

verifyBackupCount(t, shardKsName, len(backups)+1)

Expand Down

0 comments on commit 5f21d18

Please sign in to comment.