Skip to content

Commit

Permalink
updating storage policy integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Aug 15, 2023
1 parent eaa2916 commit 80367b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protagonist/API.Tests/Integration/PolicyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public async Task Get_StoragePolicies_200()
response.StatusCode.Should().Be(HttpStatusCode.OK);

var model = await response.ReadAsHydraResponseAsync<HydraCollection<StoragePolicy>>();
model.Members.Should().HaveCount(2);
model.Members.Should().HaveCount(3);
}

[Fact]
Expand Down

0 comments on commit 80367b4

Please sign in to comment.