From ce71a2ec7abadd4d82d89dfc1f7fd3f79076e37a Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 31 Oct 2018 00:03:25 +0100 Subject: chore: Add linting via Ktlint This change adds support for linting the code base using ktlint and the excellent ktlint-gradle plugin. --- odcsim-core/src/test/kotlin/com/atlarge/odcsim/ActorSystemTest.kt | 2 -- 1 file changed, 2 deletions(-) (limited to 'odcsim-core/src/test') 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() -- cgit v1.2.3