Skip to content

Commit 9139852

Browse files
committed
fix: separation tests
1 parent 30765c3 commit 9139852

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ResourceEntitySeparationExampleTests/Acceptance/UpdateTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public async Task Can_Update_Course()
3131
{
3232
data = new
3333
{
34+
id = course.Id,
3435
type = "courses",
3536
attributes = new Dictionary<string, object>()
3637
{
@@ -64,6 +65,7 @@ public async Task Can_Update_Department()
6465
{
6566
data = new
6667
{
68+
id = dept.Id,
6769
type = "departments",
6870
attributes = new Dictionary<string, object>()
6971
{
@@ -97,6 +99,7 @@ public async Task Can_Update_Student()
9799
{
98100
data = new
99101
{
102+
id = student.Id,
100103
type = "students",
101104
attributes = new Dictionary<string, string>()
102105
{

0 commit comments

Comments
 (0)