Skip to content

Commit

Permalink
⚡️ (signer-eth): Improve unit tests handling
Browse files Browse the repository at this point in the history
  • Loading branch information
aussedatlo committed Jan 13, 2025
1 parent adb430e commit 9e69328
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ describe("SignTransactionDeviceAction", () => {
deviceAction,
expectedStates,
makeDeviceActionInternalApiMock(),
done,
);

// Verify mocks calls parameters
Expand Down Expand Up @@ -220,6 +219,7 @@ describe("SignTransactionDeviceAction", () => {
},
}),
);
done();
},
});
});
Expand Down Expand Up @@ -332,7 +332,6 @@ describe("SignTransactionDeviceAction", () => {
deviceAction,
expectedStates,
makeDeviceActionInternalApiMock(),
done,
);

// Verify mocks calls parameters
Expand Down Expand Up @@ -381,6 +380,7 @@ describe("SignTransactionDeviceAction", () => {
},
}),
);
done();
},
});
});
Expand Down Expand Up @@ -496,7 +496,6 @@ describe("SignTransactionDeviceAction", () => {
deviceAction,
expectedStates,
makeDeviceActionInternalApiMock(),
done,
);

// Verify mocks calls parameters
Expand Down Expand Up @@ -537,6 +536,7 @@ describe("SignTransactionDeviceAction", () => {
},
}),
);
done();
},
});
});
Expand Down Expand Up @@ -655,7 +655,6 @@ describe("SignTransactionDeviceAction", () => {
deviceAction,
expectedStates,
makeDeviceActionInternalApiMock(),
done,
);

// Verify mocks calls parameters
Expand Down Expand Up @@ -704,6 +703,7 @@ describe("SignTransactionDeviceAction", () => {
},
}),
);
done();
},
});
});
Expand Down Expand Up @@ -808,7 +808,6 @@ describe("SignTransactionDeviceAction", () => {
deviceAction,
expectedStates,
makeDeviceActionInternalApiMock(),
done,
);

// Verify mocks calls parameters
Expand Down Expand Up @@ -837,6 +836,7 @@ describe("SignTransactionDeviceAction", () => {
},
}),
);
done();
},
});
});
Expand Down

0 comments on commit 9e69328

Please sign in to comment.