Skip to content

Commit d3c850d

Browse files
author
sunnydanu
committed
fix(argon2): fixed broken test case
1 parent 235c4d9 commit d3c850d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/argon2-hash-generator/argon2-hash-generator.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test.describe('Tool - Argon2 hash generator', () => {
66
});
77

88
test('Has correct title', async ({ page }) => {
9-
await expect(page).toHaveTitle('Argon2 hash generator - IT Tools');
9+
await expect(page).toHaveTitle('GoDev.Run - Argon2 hash generator');
1010
});
1111

1212
test('hash a string a verify that the result match', async ({ page }) => {

0 commit comments

Comments
 (0)