We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30765c3 commit 9139852Copy full SHA for 9139852
test/ResourceEntitySeparationExampleTests/Acceptance/UpdateTests.cs
@@ -31,6 +31,7 @@ public async Task Can_Update_Course()
31
{
32
data = new
33
34
+ id = course.Id,
35
type = "courses",
36
attributes = new Dictionary<string, object>()
37
@@ -64,6 +65,7 @@ public async Task Can_Update_Department()
64
65
66
67
68
+ id = dept.Id,
69
type = "departments",
70
71
@@ -97,6 +99,7 @@ public async Task Can_Update_Student()
97
99
98
100
101
102
+ id = student.Id,
103
type = "students",
104
attributes = new Dictionary<string, string>()
105
0 commit comments