Skip to content

Commit

Permalink
Remove rogue .only
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Aug 26, 2016
1 parent 5a2eda8 commit 635b91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/system-test/tables.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var options = {

var file = storage.bucket(options.bucket).file(options.file);

describe.only('bigquery:tables', function () {
describe('bigquery:tables', function () {
before(function (done) {
// Create bucket
storage.createBucket(options.bucket, function (err, bucket) {
Expand Down

0 comments on commit 635b91b

Please sign in to comment.