Rename method to be the same as the attribute
This commit is contained in:
parent
bfc6d5a073
commit
d82d1b0dab
@ -16,7 +16,7 @@ public class VenueServiceTests
|
||||
private VenueService _venueService;
|
||||
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
public void SetUp()
|
||||
{
|
||||
var builder = new DbContextOptionsBuilder<LeedsBeerQuestDbContext>()
|
||||
.UseInMemoryDatabase($"VenueServiceTests.{Guid.NewGuid().ToString()}");
|
||||
|
@ -0,0 +1,6 @@
|
||||
namespace LeedsBeerQuest.API.Tests.TestHelpers;
|
||||
|
||||
public class ControllerTestHelper
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user