Browse Source

Pull out test change

pull/1382/head
JT 6 years ago
parent
commit
4c154ecadd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/Discord.Net.Tests.Unit/EmbedBuilderTests.cs

+ 1
- 1
test/Discord.Net.Tests.Unit/EmbedBuilderTests.cs View File

@@ -250,7 +250,7 @@ namespace Discord
.WithFooter("This is the footer", url) .WithFooter("This is the footer", url)
.WithImageUrl(url) .WithImageUrl(url)
.WithThumbnailUrl(url) .WithThumbnailUrl(url)
.WithTimestamp(DateTimeOffset.MinValue)
.WithTimestamp(DateTime.MinValue)
.WithTitle("This is the title") .WithTitle("This is the title")
.WithUrl(url) .WithUrl(url)
.AddField("Field 1", "Inline", true) .AddField("Field 1", "Inline", true)


Loading…
Cancel
Save