diff --git a/Server.Tests/Usings.cs b/Server.Tests/Usings.cs index 8c927eb..7fef4b0 100644 --- a/Server.Tests/Usings.cs +++ b/Server.Tests/Usings.cs @@ -1 +1,2 @@ -global using Xunit; \ No newline at end of file +global using Xunit; +global using FluentAssertions; \ No newline at end of file