finished writing integration tests for seasons controller
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user