From 50e7c7cd32f3e61844d1d03f593544d280576984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20P=C3=A9rez=20Ngounou?= Date: Wed, 1 Feb 2023 11:51:56 +0100 Subject: [PATCH] ipo --- Sources/Tests/BowlingAPITest/Usings.cs | 1 + 1 file changed, 1 insertion(+) 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