Skip to content

Commit 04c2beb

Browse files
author
Bart Koelman
committed
Corrected test
1 parent e35b3b9 commit 04c2beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/JsonApiDotNetCoreExampleTests/IntegrationTests/Meta/TopLevelCountTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
111111
data = new
112112
{
113113
type = "todoItems",
114-
id = todoItem.Id,
114+
id = todoItem.StringId,
115115
attributes = new
116116
{
117117
description = "Something else"

0 commit comments

Comments
 (0)