From 0f3e4eab60206840ebea6a6a25df2ef731f3d557 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Tue, 10 Jan 2023 23:14:37 +0100 Subject: [PATCH] chore: use Shouldly --- Tests/NosSmooth.Game.Tests/Usings.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/NosSmooth.Game.Tests/Usings.cs b/Tests/NosSmooth.Game.Tests/Usings.cs index fd3ae8a..ee79a43 100644 --- a/Tests/NosSmooth.Game.Tests/Usings.cs +++ b/Tests/NosSmooth.Game.Tests/Usings.cs @@ -4,4 +4,5 @@ // Copyright (c) František Boháček. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -global using Xunit; \ No newline at end of file +global using Shouldly; +global using Xunit; -- 2.48.1