Skip to content

Commit 5a6aca2

Browse files
committed
Remove inadvertent .only
1 parent d59753d commit 5a6aca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/LiveTest.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ describe.skip('Live Test', function () {
543543
await this.warrant.Permission.delete(newPermission.permissionId);
544544
});
545545

546-
it.only('warrant with policy', async function() {
546+
it('warrant with policy', async function() {
547547
await this.warrant.Warrant.create({
548548
object: {
549549
objectType: "permission",

0 commit comments

Comments
 (0)