Browse Source

Fixed-compiler-error (#194)

pull/1923/head
Simon Hjorthøj GitHub 3 years ago
parent
commit
788d654215
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      test/Discord.Net.Tests.Unit/EmbedBuilderTests.cs

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

@@ -290,8 +290,8 @@ namespace Discord
{
Footer = footer
};
Assert.Equal(url, e.Footer.IconUrl);
Assert.Equal(name, e.Footer.Text);
Assert.Equal(Url, e.Footer.IconUrl);
Assert.Equal(Name, e.Footer.Text);
}

/// <summary>


Loading…
Cancel
Save