Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaburgare committed May 7, 2024
1 parent d6c879f commit 74768c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Nexpo.Tests/Controllers/TicketsControllerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,8 @@ public async Task sendTicketViaEmailSeveralTicketsNonLoggedIn(){
[Fact]
public async Task TooManyTickets()
{
// Student2 already has 5 tickets but not -7
// Student2 has 5 tickets already but not for the event with the id -7,
// Therefore booking event -7 should return "too many requests" because the user has too many tickets
var client = await TestUtils.Login("student2");
var json = new JsonObject
{
Expand Down

0 comments on commit 74768c3

Please sign in to comment.