|
|
@ -27,7 +27,7 @@ public class JsonStickerSpecs
|
|
|
|
sticker.GetProperty("id").GetString().Should().Be("904215665597120572");
|
|
|
|
sticker.GetProperty("id").GetString().Should().Be("904215665597120572");
|
|
|
|
sticker.GetProperty("name").GetString().Should().Be("rock");
|
|
|
|
sticker.GetProperty("name").GetString().Should().Be("rock");
|
|
|
|
sticker.GetProperty("format").GetString().Should().Be("PngAnimated");
|
|
|
|
sticker.GetProperty("format").GetString().Should().Be("PngAnimated");
|
|
|
|
sticker.GetProperty("sourceUrl").GetString().Should().Be("https://discord.com/stickers/904215665597120572.png");
|
|
|
|
sticker.GetProperty("sourceUrl").GetString().Should().Be("https://cdn.discordapp.com/stickers/904215665597120572.png");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[Fact]
|
|
|
|
[Fact]
|
|
|
@ -48,6 +48,6 @@ public class JsonStickerSpecs
|
|
|
|
sticker.GetProperty("id").GetString().Should().Be("816087132447178774");
|
|
|
|
sticker.GetProperty("id").GetString().Should().Be("816087132447178774");
|
|
|
|
sticker.GetProperty("name").GetString().Should().Be("Yikes");
|
|
|
|
sticker.GetProperty("name").GetString().Should().Be("Yikes");
|
|
|
|
sticker.GetProperty("format").GetString().Should().Be("Lottie");
|
|
|
|
sticker.GetProperty("format").GetString().Should().Be("Lottie");
|
|
|
|
sticker.GetProperty("sourceUrl").GetString().Should().Be("https://discord.com/stickers/816087132447178774.json");
|
|
|
|
sticker.GetProperty("sourceUrl").GetString().Should().Be("https://cdn.discordapp.com/stickers/816087132447178774.json");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|