Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Apr 2, 2018
1 parent 9b4cbf8 commit dc4708b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,13 @@ public class ITSystemTest {

@Rule public TestName testName = new TestName();

static private Firestore firestore;
private Firestore firestore;
private CollectionReference randomColl;
private DocumentReference randomDoc;

@Before
public void before() {
if (firestore == null) {
firestore = FirestoreOptions.getDefaultInstance().getService();
}
firestore = FirestoreOptions.getDefaultInstance().getService();
randomColl =
firestore.collection(
String.format("java-%s-%s", testName.getMethodName(), LocalFirestoreHelper.autoId()));
Expand Down
Binary file modified google-cloud-firestore/src/test/resources/test-suite.binproto
Binary file not shown.

0 comments on commit dc4708b

Please sign in to comment.