diff --git a/backend/LeedsBeerQuest.API/LeedsBeerQuest.API.Tests/Controllers/VenueControllerTests.cs b/backend/LeedsBeerQuest.API/LeedsBeerQuest.API.Tests/Controllers/VenueControllerTests.cs new file mode 100644 index 0000000..c102d36 --- /dev/null +++ b/backend/LeedsBeerQuest.API/LeedsBeerQuest.API.Tests/Controllers/VenueControllerTests.cs @@ -0,0 +1,9 @@ +using NUnit.Framework; + +namespace LeedsBeerQuest.API.Tests.Controllers; + +[TestFixture] +public class VenueControllerTests +{ + +} \ No newline at end of file