Skip to content

Commit

Permalink
DP-550 - Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-goaco committed Oct 10, 2024
1 parent 9a00504 commit 9dde17f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public async Task GetConnectedTrustsOrTrustees_WhenNoConnectedEntitiesExist_Retu
await context.Organisations.AddAsync(organisation);
await context.SaveChangesAsync();

var result = await repository.GetConnectedOrganisations(organisationId);
var result = await repository.GetConnectedTrustsOrTrustees(organisationId);

result.Should().BeEmpty();
}
Expand Down

0 comments on commit 9dde17f

Please sign in to comment.