mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 19:17:22 +01:00
Rename test
This commit is contained in:
parent
30b86b71a9
commit
c95d0e1d09
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ namespace MareSynchronosServerTest.Discord {
|
|||
[TestCase("https://eu.finalfantasyxiv.com/lodestone/character/1234?myurlparameter=500", 1234)]
|
||||
[TestCase("https://de.finalfantasyxiv.com/lodestone/character/1234/whatever/3456", 1234)]
|
||||
[TestCase("https://na.finalfantasyxiv.com/lodestone/character/1234abcd4321/whatever/3456", 1234)]
|
||||
public void Test1(string url, int? expectedId) {
|
||||
public void ParseCharacterIdFromLodestoneUrl_CheckThatIdIsParsedCorrectly(string url, int? expectedId) {
|
||||
var inMemorySettings = new Dictionary<string, string> {
|
||||
{"DiscordBotToken", "1234"}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue