Skip to content

Commit 25076b7

Browse files
CopilotbedaHovorka
andcommitted
Fix Detekt static analysis errors: remove unused import and fix deprecated constant usage
Co-authored-by: bedaHovorka <5263405+bedaHovorka@users.noreply.github.com>
1 parent b3046c6 commit 25076b7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

desktop-ui/src/test/kotlin/cz/vutbr/fit/interlockSim/gui/InOutSaveValidationTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import assertk.assertions.isFalse
1717
import assertk.assertions.isTrue
1818
import cz.vutbr.fit.interlockSim.context.EditingContextFactory
1919
import cz.vutbr.fit.interlockSim.testutil.TestContextBuilder
20-
import org.junit.jupiter.api.AfterEach
2120
import org.junit.jupiter.api.BeforeEach
2221
import org.junit.jupiter.api.DisplayName
2322
import org.junit.jupiter.api.Test

desktop-ui/src/test/kotlin/cz/vutbr/fit/interlockSim/gui/MenuBarTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,4 @@ class MenuBarTest : AbstractFrameTestBase() {
255255
}
256256
}
257257
}
258-
}
258+
}

0 commit comments

Comments
 (0)