Rename test

This commit is contained in:
Stefan Berg
2022-08-03 22:46:47 +02:00
parent 60439535e7
commit 32ad6f2b38

View File

@@ -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"}
};