Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Dec 18, 2023
1 parent 272f48f commit 654a471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Felicity.IntegrationTests/SkipLinks.fs
Expand Up @@ -30,7 +30,7 @@ module A =

let toMany = define.Relationship.ToMany(resDef).Get(fun _ -> [])

let post = define.Operation.Post(fun () -> A)
let post = define.Operation.Post(fun () -> A).AfterCreate(ignore)

let get = define.Operation.GetResource()

Expand Down

0 comments on commit 654a471

Please sign in to comment.