Skip to content

Commit e420114

Browse files
committed
Bump version v2.23.0
1 parent 3611dfe commit e420114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NpgsqlRestTests/UploadTests/UploadTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public async Task Test_simple_upload_test1()
5454
rootElement.GetProperty("type").GetString().Should().Be("large_object", "because the type should match the expected value");
5555
rootElement.GetProperty("fileName").GetString().Should().Be("test-data.csv", "because the fileName should match the expected value");
5656
rootElement.GetProperty("contentType").GetString().Should().Be("text/csv", "because the contentType should match the expected value");
57-
rootElement.GetProperty("size").GetInt32().Should().Be(57, "because the size should match the expected value");
57+
rootElement.GetProperty("size").GetInt32().Should().BeOneOf(53, 57);
5858
rootElement.GetProperty("oid").ValueKind.Should().Be(JsonValueKind.Number, "because oid should be a number");
5959
rootElement.GetProperty("oid").TryGetInt32(out _).Should().BeTrue("because oid should be a valid integer");
6060

0 commit comments

Comments
 (0)