Skip to content

Commit

Permalink
ARCO-194: fix tests error
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Sep 5, 2024
1 parent c0b6443 commit 75c21c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/metamorph/store/postgresql/postgres_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ func TestPostgresDB(t *testing.T) {
})

t.Run("update mined - all possible updates", func(t *testing.T) {
defer require.NoError(t, pruneTables(postgresDB.db))
defer pruneTables(t, postgresDB.db)

unmined := *unminedData
err = postgresDB.Set(ctx, &unmined)
Expand Down

0 comments on commit 75c21c2

Please sign in to comment.