Skip to content

Commit

Permalink
PR FIXUP - CollectionNamed 1703 test split
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Sep 14, 2023
1 parent 5851441 commit f873a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ func TestMutationUpdateOneToMany_InvalidAliasRelationNameToLinkFromManySide_Coll
test := testUtils.TestCase{
Description: "One to many update mutation using relation alias name from many side",
SupportedMutationTypes: immutable.Some([]testUtils.MutationType{
testUtils.CollectionNamedMutationType,
testUtils.CollectionSaveMutationType,
testUtils.CollectionNamedMutationType,
}),
Actions: []any{
testUtils.CreateDoc{
Expand Down

0 comments on commit f873a14

Please sign in to comment.