Skip to content

Commit 9893398

Browse files
committed
formatting
1 parent 25aa513 commit 9893398

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/UnitTests/PostHogClientTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public async Task CaptureWithCustomTimestampUsesProvidedTimestamp()
330330
await client.FlushAsync();
331331

332332
var received = requestHandler.GetReceivedRequestBody(indented: true);
333-
333+
334334
Assert.Equal($$"""
335335
{
336336
"api_key": "fake-project-api-key",
@@ -560,8 +560,8 @@ public async Task CaptureWithTimestampParameterOverridesTimestampInProperties()
560560

561561
var customTimestamp = new DateTimeOffset(2023, 12, 25, 10, 30, 45, TimeSpan.Zero);
562562
var existingTimestamp = new DateTimeOffset(2023, 11, 15, 14, 22, 33, TimeSpan.Zero);
563-
var properties = new Dictionary<string, object>
564-
{
563+
var properties = new Dictionary<string, object>
564+
{
565565
["custom_prop"] = "custom_value",
566566
["timestamp"] = existingTimestamp // This gets overridden by timestamp parameter
567567
};

0 commit comments

Comments
 (0)