Skip to content

Commit

Permalink
chore: removed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
davenewza committed Oct 31, 2023
1 parent dcfdadc commit deafe0b
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ model Post {
}

actions {
create nestedData7() with (
publisher.departments.name,
publisher.departments.number,
) {
@set(post.publisher.id = ctx.identity.publisher.id)
}


create nestedData1() with (name) {
@set(post.publisher.name = "someName")
}
Expand All @@ -40,13 +32,6 @@ model Post {
create nestedData6() with (name) {
@set(post.publisher.admin.id = ctx.identity.id)
}
// TODO!!!

create nestedData8() with (
publisher.departments.head.name,
) {
@set(post.publisher.departments.head.id = ctx.identity.person.id)
}
}
}

Expand Down

0 comments on commit deafe0b

Please sign in to comment.