You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: osu.Server.BeatmapSubmission.Tests/BeatmapSubmissionControllerTest.cs
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1086,6 +1086,31 @@ public async Task TestUploadFullPackage_FailsIfCreatorDoesNotMatchHostUsername()
1086
1086
Assert.Contains("At least one difficulty has a specified creator that isn't the beatmap host's username.",(awaitresponse.Content.ReadFromJsonAsync<ErrorResponse>())!.Error);
0 commit comments