Skip to content

Commit e513387

Browse files
author
Oyvind Timian Dokk Husveg
committed
Test commit
1 parent da56519 commit e513387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercise.tests/IntegrationTests/PostTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void TearDown()
3939
private const string StudentEmail1 = "noa.gronningen47@example.com"; // has post id 32 and comment id 37
4040
private const string StudentPassword1 = "lettPassord123!";
4141

42-
private const string StudentEmail2 = "anna.gruber160@example.com"; // has post id 32 and comment id 29
42+
private const string StudentEmail2 = "anna.gruber160@example.com"; // has post id 32 and commeent id 29
4343
private const string StudentPassword2 = "Neidintulling!l33t";
4444

4545
private async Task<string> LoginAndGetToken(string email, string password, bool success = true)

0 commit comments

Comments
 (0)