Skip to content

Commit

Permalink
fix: fixed test run issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paigecox committed Oct 12, 2023
1 parent 335944b commit 50d11ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manager/store/firestore/session_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build integration

package firestore_test

import (
Expand All @@ -13,7 +11,7 @@ import (
)

func TestSetAndLookupSession(t *testing.T) {
defer cleanupAllCollections(t, "myproject")
//defer cleanupAllCollections(t, "myproject")

ctx := context.Background()
sessionStore, err := firestore.NewStore(ctx, "myproject", clock.RealClock{})
Expand Down

0 comments on commit 50d11ab

Please sign in to comment.