mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 21:13:01 +08:00
Fix TestAbsoluteImage() no longer actually testing absolute image URL
This commit is contained in:
@@ -123,7 +123,7 @@ needs_cleanup: true
|
||||
AddStep("Add absolute image", () =>
|
||||
{
|
||||
markdownContainer.CurrentPath = "https://dev.ppy.sh";
|
||||
markdownContainer.Text = "";
|
||||
markdownContainer.Text = "";
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user