Skip to content

Commit 654a471

Browse files
author
Christer van der Meeren
committed
Fix tests
1 parent 272f48f commit 654a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Felicity.IntegrationTests/SkipLinks.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module A =
3030

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

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

3535
let get = define.Operation.GetResource()
3636

0 commit comments

Comments
 (0)