We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd065b0 commit 0bdde08Copy full SHA for 0bdde08
src/Verify.MSTest/DanglingSnapshots.cs
@@ -2,5 +2,5 @@
2
3
public static class DanglingSnapshots
4
{
5
- public static void Run() => DanglingSnapshotsCheck.Run(false);
+ public static void Run() => DanglingSnapshotsCheck.Run();
6
}
src/Verify.XunitV3/DanglingSnapshots.cs
- public static void Run() => DanglingSnapshotsCheck.Run(true);
0 commit comments