Skip to content
Snippets Groups Projects
Verified Commit 102f5e9a authored by Sebastian's avatar Sebastian
Browse files

Fix warning in SettingsManagerTest

parent 04ca0526
Branches
Tags
1 merge request!37Resolve "Check Java code style using CI"
Pipeline #8040 passed
......@@ -25,7 +25,7 @@ class SettingsManagerTest {
@Test
@Throws(java.lang.Exception::class)
open fun testMergeSettings() {
fun testMergeSettings() {
val before = Settings()
before["foo"] = "bar"
before["baz"] = "bam"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment