Skip to content

Commit 63f1ca7

Browse files
committed
Update AzureTableStorageEntityFactoryTests.cs
1 parent 296a6f4 commit 63f1ca7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Serilog.Sinks.AzureTableStorage.Tests/AzureTableStorageEntityFactoryTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ public void CreateEntityWithPropertiesShouldGenerateValidEntity()
3030
var documentFactory = new DefaultDocumentFactory(options);
3131
var entity = documentFactory.Create(logEvent);
3232

33-
// Make sure the partition key is in the expected format
34-
Assert.Equal(entity.PartitionKey, "0" + new DateTime(long.Parse(entity.PartitionKey)).Ticks);
35-
3633
// Timestamp
3734
Assert.Equal(logEvent.Timestamp, entity.Timestamp);
3835

0 commit comments

Comments
 (0)