Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
removes .only from azure tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elenasolomon committed Feb 22, 2017
1 parent 85d3348 commit 3f91c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/azure_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
suite.only('azure table (sas)', function() {
suite('azure table (sas)', function() {
var Promise = require('promise');
var assert = require('assert');
var debug = require('debug')('auth:test:azure');
Expand Down

0 comments on commit 3f91c0b

Please sign in to comment.