Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 8010fb6

Browse files
committed
Fix name in unit test
1 parent 63f6611 commit 8010fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/action/invoice.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('Action Invoice Unit Tests', () => {
8888
});
8989
});
9090

91-
describe('checkInvoiceAmount()', () => {
91+
describe('checkAmount()', () => {
9292
beforeEach(() => {
9393
store.channels = [
9494
{

0 commit comments

Comments
 (0)