Skip to content

Commit

Permalink
tests enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyx committed Jan 2, 2024
1 parent d284d24 commit a2500fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sharpino.Sample.Test/MultiVersionsTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ let multiVersionsTests =
let expected = TodoEvents.TodoAdded todo
Expect.equal expected receivedOk "should be equal"

fmultipleTestCase "add two todos - Ok" currentTestConfs <| fun (ap, _, _) ->
multipleTestCase "add two todos - Ok" currentTestConfs <| fun (ap, _, _) ->
let _ = ap._reset()
let todo1 = mkTodo (Guid.NewGuid()) "zakakakak" [] []
let todo2 = mkTodo (Guid.NewGuid()) "quququququX" [] []
Expand Down

0 comments on commit a2500fe

Please sign in to comment.