Skip to content

Commit

Permalink
fix lease test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ljian3377 committed Oct 10, 2020
1 parent c0483db commit a65e668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-share/test/leaseclient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ describe("LeaseClient for share", () => {
it("acquireLease again with same lease id", async () => {
const leaseClient = shareClient.getShareLeaseClient(guid);
await leaseClient.acquireLease();
leaseClient.acquireLease(infiniteDuration);
await leaseClient.acquireLease(infiniteDuration);

await leaseClient.releaseLease();
});
Expand Down

0 comments on commit a65e668

Please sign in to comment.