Add VenueControllerTests test file

This commit is contained in:
Stedoss 2022-10-30 03:41:36 +00:00
parent 7ae6e4da79
commit bfc6d5a073

View File

@ -0,0 +1,9 @@
using NUnit.Framework;
namespace LeedsBeerQuest.API.Tests.Controllers;
[TestFixture]
public class VenueControllerTests
{
}