Add VenueControllerTests
test file
This commit is contained in:
parent
7ae6e4da79
commit
bfc6d5a073
@ -0,0 +1,9 @@
|
|||||||
|
using NUnit.Framework;
|
||||||
|
|
||||||
|
namespace LeedsBeerQuest.API.Tests.Controllers;
|
||||||
|
|
||||||
|
[TestFixture]
|
||||||
|
public class VenueControllerTests
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user