We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d05cf commit 2783072Copy full SHA for 2783072
1 file changed
end2end/EndToEndCommon/EndToEndCommon.cs
@@ -20,7 +20,7 @@ public static void SetupBenchmarkSqliteDb() => SetupSqliteDb(
20
new string[] { "sqlite.schema.sql" }
21
);
22
23
- public static void LoadEnvFile()
+ public static void LoadEnvFile()
24
{
25
if (!File.Exists(EnvFile))
26
throw new FileNotFoundException($"{EnvFile} not found");
0 commit comments