mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
renaming
This commit is contained in:
parent
c60a55285c
commit
841d101be7
@ -44,10 +44,10 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
AddRepeatStep("new retry/fail values", newRetryAndFailValues, 10);
|
AddRepeatStep("new fail values", newRetryAndFailValues, 10);
|
||||||
AddStep("new ratings", () => details.Ratings = Enumerable.Range(1, 10));
|
AddStep("new ratings", () => details.Ratings = Enumerable.Range(1, 10));
|
||||||
AddStep("remove retries and fails", () => details.Retries = null );
|
AddStep("remove fails", () => details.Fails = null );
|
||||||
AddStep("remove ratings", () => details.Ratings = null);
|
AddStep("remove ratings", () => details.Ratings = null );
|
||||||
}
|
}
|
||||||
|
|
||||||
private int lastRange = 1;
|
private int lastRange = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user