Skip to content

Commit 5c84597

Browse files
committed
Update AzureTableStorageEntityFactoryTests.cs
1 parent 28c2946 commit 5c84597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public void CreateEntityWithPropertiesShouldNotAddMoreThan252Properties()
199199
var documentFactory = new DefaultDocumentFactory(options);
200200
var entity = documentFactory.Create(logEvent);
201201

202-
Assert.Equal(254, entity.Count);
202+
Assert.Equal(245, entity.Count);
203203
}
204204

205205
[Fact]

0 commit comments

Comments
 (0)