We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da56519 commit e513387Copy full SHA for e513387
exercise.tests/IntegrationTests/PostTests.cs
@@ -39,7 +39,7 @@ public void TearDown()
39
private const string StudentEmail1 = "noa.gronningen47@example.com"; // has post id 32 and comment id 37
40
private const string StudentPassword1 = "lettPassord123!";
41
42
- private const string StudentEmail2 = "anna.gruber160@example.com"; // has post id 32 and comment id 29
+ private const string StudentEmail2 = "anna.gruber160@example.com"; // has post id 32 and commeent id 29
43
private const string StudentPassword2 = "Neidintulling!l33t";
44
45
private async Task<string> LoginAndGetToken(string email, string password, bool success = true)
0 commit comments