diff --git a/Sources/Tests/BowlingAPITest/Usings.cs b/Sources/Tests/BowlingAPITest/Usings.cs index d1faf74..5d5dec4 100644 --- a/Sources/Tests/BowlingAPITest/Usings.cs +++ b/Sources/Tests/BowlingAPITest/Usings.cs @@ -3,4 +3,5 @@ global using BowlingApi.Controllers; global using BowlingService.Interfaces; global using Microsoft.AspNetCore.Mvc; global using Moq; + global using FluentAssertions; \ No newline at end of file