x-lab-lbq-technical-test/backend/LeedsBeerQuest.API/LeedsBeerQuest.API.Tests/Controllers/VenueControllerTests.cs

9 lines
129 B
C#
Raw Normal View History

2022-10-30 03:41:36 +00:00
using NUnit.Framework;
namespace LeedsBeerQuest.API.Tests.Controllers;
[TestFixture]
public class VenueControllerTests
{
}