From bd1ead99fd53ad8c3c016b59d67f5bf58ade5095 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 2 Jun 2026 19:40:55 +0200 Subject: Remove success logging in tests In case the test succeeds it is not required to log anything. This only adds noise to the output. --- database_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'database_test.go') diff --git a/database_test.go b/database_test.go index 901db42..a9c818b 100644 --- a/database_test.go +++ b/database_test.go @@ -46,7 +46,6 @@ func TestMigrations(t *testing.T) { for i := range migrations { path := migrationPath(i) - t.Logf("Test execution of %s", path) err := Migrate(db, i) if err != nil { -- cgit v1.3.1