Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-qlogic committed Aug 7, 2018
1 parent cce0496 commit 76af875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/document-snippets/tests/family.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const familySnippets = require('../family.js');

const instance = bigtable.instance(INSTANCE_ID);

describe.only('Family Snippets', function() {
describe('Family Snippets', function() {
before(async () => {
await instance.create({
clusters: [
Expand Down

0 comments on commit 76af875

Please sign in to comment.