From 7e39afa29f1674df4cac51c7894181f55f66aa12 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Tue, 15 Apr 2025 19:36:51 +0000 Subject: fix: Add password salt to the user table --- packages/e2e_tests/tests/api/users.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/e2e_tests/tests/api/users.test.ts') diff --git a/packages/e2e_tests/tests/api/users.test.ts b/packages/e2e_tests/tests/api/users.test.ts index 7fe43894..fb33fdca 100644 --- a/packages/e2e_tests/tests/api/users.test.ts +++ b/packages/e2e_tests/tests/api/users.test.ts @@ -25,14 +25,14 @@ describe("Users API", () => { }); }); - it("should response with user info", async () => { + it("should respond with user info", async () => { // Get the user info const { data: userInfo } = await client.GET("/users/me"); expect(userInfo).toBeDefined(); expect(userInfo?.name).toEqual("Test User"); }); - it("should response with user stats", async () => { + it("should respond with user stats", async () => { //////////////////////////////////////////////////////////////////////////////////// // Prepare some data //////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3-70-g09d2