Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vikkyrk committed May 5, 2017
1 parent 4a87d85 commit e8421d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public void testCreateBucket() throws Exception {
when(mockGcsUtil.bucketOwner(any(GcsPath.class))).thenReturn(1L);

String bucket = GcpTempLocationFactory.tryCreateDefaultBucket(options, mockCrmClient);
assertEquals("gs://dataflow-staging-us-north1-1", bucket);
assertEquals("gs://dataflow-staging-us-north1-1/temp/", bucket);
}

@Test
Expand Down

0 comments on commit e8421d8

Please sign in to comment.