diff options
Diffstat (limited to 'odcsim-core/src/test')
| -rw-r--r-- | odcsim-core/src/test/kotlin/com/atlarge/odcsim/ActorSystemTest.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/odcsim-core/src/test/kotlin/com/atlarge/odcsim/ActorSystemTest.kt b/odcsim-core/src/test/kotlin/com/atlarge/odcsim/ActorSystemTest.kt index 879fe35a..73b060b9 100644 --- a/odcsim-core/src/test/kotlin/com/atlarge/odcsim/ActorSystemTest.kt +++ b/odcsim-core/src/test/kotlin/com/atlarge/odcsim/ActorSystemTest.kt @@ -154,7 +154,6 @@ abstract class ActorSystemTest { } } - @Nested @DisplayName("Actor") inner class Actor { @@ -257,7 +256,6 @@ abstract class ActorSystemTest { msg.send(Unit) // This actor should be stopped now and not receive the message anymore Behavior.stopped() } - }, name = "test") system.run() |
