test: Fix broken unit test

pull/201/head
Robert Dailey 1 year ago
parent 7c6afd4f11
commit bf9a08c19c

@ -24,9 +24,6 @@ public class QualityGuideServiceTest : IntegrationFixture
var result = sut.GetQualitySizeData(service);
result.Should().BeEquivalentTo(new[]
{
new {TrashId = "bef99584217af744e404ed44a33af589"}
});
result.Should().ContainSingle(x => x.Type == "series");
}
}

Loading…
Cancel
Save