More updates.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using MangaReader.Core.Http;
|
||||
using MangaReader.Core.Common;
|
||||
using MangaReader.Core.Http;
|
||||
using MangaReader.Core.Metadata;
|
||||
using MangaReader.Core.Sources.MangaNato.Metadata;
|
||||
using MangaReader.Tests.Utilities;
|
||||
@@ -37,7 +38,7 @@ public class MangaNatoMetadataTests
|
||||
|
||||
SourceMangaContributor[] expectedContributors =
|
||||
[
|
||||
new() { Name = "Nagaoka Taichi", Role = SourceMangaContributorRole.Author }
|
||||
new() { Name = "Nagaoka Taichi", Role = ContributorRole.Author }
|
||||
];
|
||||
|
||||
manga.Contributors.ShouldBeEquivalentTo(expectedContributors);
|
||||
|
||||
Reference in New Issue
Block a user