Skip to content

Commit

Permalink
use proper ava fns
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelittman committed Nov 20, 2023
1 parent fa95a57 commit 9455849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextlove/tests/with-route-spec/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ test("route-level onMultipleAuthMiddlewareFailures spec takes precedent", async
)
)

t.is(globalWasCalled, false)
t.is(routeWasCalled, true)
t.false(globalWasCalled)
t.true(routeWasCalled)
})

0 comments on commit 9455849

Please sign in to comment.