We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734355e commit 7f61c14Copy full SHA for 7f61c14
1 file changed
Rnwood.Smtp4dev.Tests/E2E/E2ETests.cs
@@ -24,8 +24,8 @@ public E2ETests(ITestOutputHelper output)
24
25
public class E2ETestOptions
26
{
27
- public required bool InMemoryDB { get; set; }
28
- public required string BasePath { get; set; }
+ public bool InMemoryDB { get; set; }
+ public string BasePath { get; set; }
29
30
public string TestPath { get; set; }
31
public IDictionary<string, string> EnvironmentVariables { get; set; } = new Dictionary<string, string>();
0 commit comments