Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
gormal committed Aug 20, 2021
1 parent a62eeef commit f2121ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public ManagementClientTests()

private ManagementClient CreateManagementClient([CallerMemberName] string memberName = "")
{
return TestUtils.CreateManagementClient(_options, _runType, $"{memberName}");
return TestUtils.CreateManagementClient(_options, _runType, memberName);
}
}
}

0 comments on commit f2121ac

Please sign in to comment.