make linter happy

This commit is contained in:
Morgan Tocker 2022-12-13 17:59:54 -07:00
parent 2ddde19b2d
commit 5f3122dff2

View File

@ -247,7 +247,6 @@ func TestMigratorGetMigrationStateAndETA(t *testing.T) {
tests.S(t).ExpectEquals(eta, "due") tests.S(t).ExpectEquals(eta, "due")
tests.S(t).ExpectEquals(etaDuration.String(), "0s") tests.S(t).ExpectEquals(etaDuration.String(), "0s")
} }
} }
func TestMigratorShouldPrintStatus(t *testing.T) { func TestMigratorShouldPrintStatus(t *testing.T) {