Skip to content

Commit

Permalink
[chore] #1 ktlint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Nov 20, 2023
1 parent 5778fd3 commit 930cc3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/test/java/org/sopt/tabling/ExampleUnitTest.kt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package org.sopt.tabling

import org.junit.Assert.assertEquals
import org.junit.Test

import org.junit.Assert.*

/**
* Example local unit test, which will execute on the development machine (host).
*
Expand All @@ -14,4 +13,4 @@ class ExampleUnitTest {
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}
}

0 comments on commit 930cc3f

Please sign in to comment.