Fixed typo
Test and build image / unit-test (push) Has started running Details
Test and build image / build (push) Has been cancelled Details

This commit is contained in:
Sugui 2024-01-09 17:15:56 +01:00
parent 5d705482f9
commit f0c19e39f1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ afterEach(() => {
}));
});
describe("/login works as instended", async () => {
describe("/login works as intended", async () => {
let correctRespose: Response;
beforeAll(async () => {
correctRespose = await request(app)