Skip to content

Commit 88e38ee

Browse files
committed
fix: update person isActive status to true in auth test
1 parent 2e0e6fb commit 88e38ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, expect, test } from "vitest";
22

33
const person = {
4-
isActive: false,
4+
isActive: true,
55
age: 32,
66
};
77

0 commit comments

Comments
 (0)