Skip to content

Commit

Permalink
Remove tests for these laws
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Feb 7, 2020
1 parent 904518c commit 3c6558f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ trait MonadStateTests[F[_], S] extends Laws {
"set then get returns the set value" -> ∀(laws.setThenGetReturnsSet _),
"set then set sets the last value" -> ∀(laws.setThenSetSetsLast _),
"get then get gets once" -> laws.getThenGetGetsOnce,
"modify is get then set" -> ∀(laws.modifyIsGetThenSet _),
"set is state(unit)" -> ∀(laws.setIsStateUnit _),
"inspect is state" -> ∀(laws.inpectIsState[A] _),
"modify is state" -> ∀(laws.modifyIsState _),
"stateIsGetAndModify" -> ∀(laws.stateIsGetAndModify[A] _)
"modify is state" -> ∀(laws.modifyIsState _)
)
}

Expand Down

0 comments on commit 3c6558f

Please sign in to comment.