Skip to content

Commit

Permalink
make message more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliL committed Jul 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2ae1d67 commit e548a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/views/moneyflow/CreateMoneyflow.test.ts
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ test("render - form initialized", async () => {
assertInputValueToBe(
"capitalsourceCreateMoneyflow",
"1",
"First capitalsource has to be selected by default!",
"First cash capitalsource has to be selected by default!",
),
// 2nd row
assertInputValueToBe("amount", ""),

0 comments on commit e548a8d

Please sign in to comment.