Skip to content

Commit 2ef4cb6

Browse files
committed
[#336] [stbx-core] rename Transition test file to Marking
1 parent fae783c commit 2ef4cb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stbx-core/test/Main.purs

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import Data.Petrinet.Representation.NLL (ErrNetEncoding(..))
1616

1717
import Test.Statebox.Core as Core
1818
import Test.Statebox.Core.Execution as Execution
19+
import Test.Statebox.Core.Marking as Marking
1920
import Test.Statebox.Core.Transaction.Codec as Transaction.Codec
20-
import Test.Statebox.Core.Transition as Transition
2121
import Test.Statebox.Core.WiringTree as WiringTree
2222

2323
main :: Effect (Fiber Unit)
@@ -31,6 +31,6 @@ main = launchAff $ runSpec [consoleReporter] do
3131

3232
Core.suite
3333
Execution.suite
34-
Transition.suite
34+
Marking.suite
3535
Transaction.Codec.suite
3636
WiringTree.suite

stbx-core/test/Statebox/Core/Transition.purs stbx-core/test/Statebox/Core/Marking.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Test.Statebox.Core.Transition where
1+
module Test.Statebox.Core.Marking where
22

33
import Prelude
44
import Test.Spec (Spec, describe, it)

0 commit comments

Comments
 (0)