Skip to content

Commit

Permalink
fix(Test-Graph): edit GraphRelationServiceTests class.
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Kabiri committed Sep 5, 2024
1 parent aac735a commit f30be66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private ClaimsPrincipal CreateClaimsPrincipal(string role, string id)
}

[Fact]
public async Task GetRelationalEdgeBaseNodeAsync_ShouldReturnNodesAndEdgesWhenUserIsAdmin()
public async Task GetRelationalEdgeBaseNodeAsync_ShouldReturnNodesAndEdges_WhenUserIsAdmin()
{
// Arrange
var userId = Guid.NewGuid().ToString();
Expand Down

0 comments on commit f30be66

Please sign in to comment.