Delete [UsesVerify] which has become obsolete through the latest update.

This commit is contained in:
Daniel Weber 2024-02-12 20:42:16 +01:00 committed by Patrik Svensson
parent b21e07ea94
commit 72704529c5

View File

@ -1,6 +1,5 @@
namespace Spectre.Console.Tests.Unit; namespace Spectre.Console.Tests.Unit;
[UsesVerify]
[ExpectationPath("Widgets/ProgressBar")] [ExpectationPath("Widgets/ProgressBar")]
public class ProgressBarTests public class ProgressBarTests
{ {