Skip to content

Commit

Permalink
Fix type fault
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleisa committed Mar 6, 2023
1 parent 6ea41dc commit aca253c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/acceptance/create-person-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module("Acceptance | create person", function(hooks) {
// TODO expect errors!
});

test("should display two error when email is empty", async function(assert) {
test("should display two errors when email is empty", async function(assert) {
await page.newPersonPage.visit();
assert.equal(currentURL(), "/people/new");

Expand Down

0 comments on commit aca253c

Please sign in to comment.