Skip to content

Commit 9fcb308

Browse files
committed
Highlights permissioned signer failure
1 parent 0e09fd9 commit 9fcb308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/transaction/permissionedSigner.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ describe("transaction submission", () => {
286286
expect(txn1.submittedTransaction.success).toBe(false);
287287
});
288288

289-
test("Aaron's test case", async () => {
289+
test.only("Basic test case", async () => {
290290
await signSubmitAndWait({
291291
sender: primaryAccount,
292292
data: {
@@ -329,7 +329,7 @@ describe("transaction submission", () => {
329329
expect(txn2.submittedTransaction.success).toBe(false);
330330
});
331331

332-
describe.only("Serializer", () => {
332+
describe("Serializer", () => {
333333
const APT_PERMISSION = FungibleAssetPermission.from({
334334
asset: AccountAddress.A,
335335
amount: 10,

0 commit comments

Comments
 (0)