Skip to content

Commit 7f61c14

Browse files
committed
Fix test build errors
1 parent 734355e commit 7f61c14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Rnwood.Smtp4dev.Tests/E2E/E2ETests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public E2ETests(ITestOutputHelper output)
2424

2525
public class E2ETestOptions
2626
{
27-
public required bool InMemoryDB { get; set; }
28-
public required string BasePath { get; set; }
27+
public bool InMemoryDB { get; set; }
28+
public string BasePath { get; set; }
2929

3030
public string TestPath { get; set; }
3131
public IDictionary<string, string> EnvironmentVariables { get; set; } = new Dictionary<string, string>();

0 commit comments

Comments
 (0)