diff --git a/go/logic/migrator_test.go b/go/logic/migrator_test.go index 3e837b3..e209057 100644 --- a/go/logic/migrator_test.go +++ b/go/logic/migrator_test.go @@ -247,7 +247,6 @@ func TestMigratorGetMigrationStateAndETA(t *testing.T) { tests.S(t).ExpectEquals(eta, "due") tests.S(t).ExpectEquals(etaDuration.String(), "0s") } - } func TestMigratorShouldPrintStatus(t *testing.T) {