Skip to content

Commit

Permalink
try without Options
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Russell committed Feb 20, 2018
1 parent d009f66 commit 1b22695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/ds/ds_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type TestObj struct {
// TODO use DATASTORE_EMULATOR_HOST
func TestSaveLoad(t *testing.T) {
os.Setenv("PROJECT", "mlab-testing")
saver, err := ds.NewSaver("", "test", Options()...)
saver, err := ds.NewSaver("", "test") // , Options()...)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 1b22695

Please sign in to comment.