Manual updates

This commit is contained in:
binwiederhier
2026-02-21 10:36:09 -05:00
parent b82e1c3915
commit c76e39bb0e
6 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ import (
)
func newTestPostgresStore(t *testing.T) webpush.Store {
testDB := dbtest.CreateTestDB(t)
testDB := dbtest.CreateTestPostgres(t)
store, err := webpush.NewPostgresStore(testDB)
require.Nil(t, err)
return store