Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinyouzeng committed Mar 12, 2024
1 parent 78985dd commit 76b5aec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public static void Initialized(TestContext testContext)
services.AddLogging(builder => builder.AddConsole());
services.AddMASAStackApmClickhouse(TestUtils.ConnectionString, "custom_log", "custom_trace");
_APMService = services.BuildServiceProvider().GetRequiredService<IApmService>();
Common.InitTableJsonData(false, AppDomain.CurrentDomain.BaseDirectory, connection);
Common.InitTableJsonData(false, AppDomain.CurrentDomain.BaseDirectory, connection);
Common.InitTableJsonData(false, AppDomain.CurrentDomain.BaseDirectory, connection);
_start -= MasaStackClickhouseConnection.TimeZone.BaseUtcOffset;
_start -= TimeZoneInfo.Local.BaseUtcOffset;
}
Expand Down

0 comments on commit 76b5aec

Please sign in to comment.