Skip to content

Commit

Permalink
Update examples/firestore/firestore_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
  • Loading branch information
eddumelendez and mdelapenya committed Nov 24, 2022
1 parent 2f31abc commit 7033134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/firestore/firestore_test.go
Expand Up @@ -27,7 +27,7 @@ func TestFirestore(t *testing.T) {
}
})

os.Setenv("FIRESTORE_EMULATOR_HOST", container.URI)
t.Setenv("FIRESTORE_EMULATOR_HOST", container.URI)
client, err := firestore.NewClient(ctx, "test-project")
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 7033134

Please sign in to comment.