Skip to content

Commit 7d247fd

Browse files
committed
fix: prettier
1 parent 88eeb4b commit 7d247fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/IOUUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ describe('Check valid amount for IOU/Expense request', () => {
384384
expect(expenseAmount).toBeLessThan(0);
385385
});
386386

387-
test('Unreported transaction amount should be negative', () => {
387+
test('Return correct unreported transaction amount with negative sign', () => {
388388
const unreportedTransaction = TransactionUtils.buildOptimisticTransaction({
389389
transactionParams: {
390390
amount: 100,

0 commit comments

Comments
 (0)