Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymeng committed Sep 17, 2019
1 parent 5e5e613 commit 757ed1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/storage/storage-file/test/directoryclient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ describe("DirectoryClient", () => {
await subDirClient.delete();
});

it.only("listHandles should work", async () => {
it("listHandles should work", async () => {
// TODO: Open or create a handle; Currently can only be done manually; No REST APIs for creating handles

const s = serviceClient.getShareClient("share156830612406803206");
Expand Down

0 comments on commit 757ed1b

Please sign in to comment.