Skip to content

Commit

Permalink
Rename tests (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock authored Oct 17, 2024
1 parent 31e3977 commit 5dc7811
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void CallingNonInterceptableEnumIsNotIntercepted()
#else
[Fact]
#endif
public void CallingToStringIsNotIntercepted()
public void CallingToStringIsNotInterceptedWhenNotSupportedBySdk()
{
var result1 = EnumWithDisplayNameInNamespace.Second.ToString();
var result2 = EnumWithDisplayNameInNamespace.Second.ToStringFast();
Expand Down

0 comments on commit 5dc7811

Please sign in to comment.