Skip to content

Commit

Permalink
Update VerifyBase.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 12, 2024
1 parent 5d58f83 commit add41fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Verify.MSTest/VerifyBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ SettingsTask Verify(

[TestCleanup]
[Experimental("NotForPublicUse")]
public void CleanupTestContext() =>
public void CleanupVerifyTestContext() =>
currentTestContext.Value = null;
}

0 comments on commit add41fb

Please sign in to comment.