Skip to content

Commit

Permalink
Fixes to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven Lax committed Dec 14, 2016
1 parent 237c2b7 commit 1d82922
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ private static class FakeBigQueryServices implements BigQueryServices {
private JobService jobService;
private DatasetService datasetService;

public FakeBigQueryServices() {

}

public FakeBigQueryServices withJobService(JobService jobService) {
this.jobService = jobService;
return this;
Expand Down

0 comments on commit 1d82922

Please sign in to comment.