finished writing integration tests for seasons controller

This commit is contained in:
StevanFreeborn
2022-07-11 11:31:53 -05:00
parent baf61fcbae
commit dbed2a0e36
2 changed files with 59 additions and 7 deletions
@@ -84,7 +84,7 @@ namespace server.tests.v1.unitTests
response.StatusCode.Should().Be((int)HttpStatusCode.OK);
season.Should().NotBeNull();
season.Should().BeOfType<Episode>();
season.Should().BeOfType<Season>();
}
[Fact]