Skip to content

Commit

Permalink
Rename test to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Trotsenko committed May 19, 2021
1 parent e9ec612 commit a8ed0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions async/src/test/kotlin/io/github/anvell/async/AsyncSpec.kt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ internal class AsyncSpec: DescribeSpec({
}
})

internal class SuccessTest: DescribeSpec({
internal class SuccessSpec: DescribeSpec({
lateinit var success: Success<String>

beforeEach {
Expand All @@ -137,7 +137,7 @@ internal class SuccessTest: DescribeSpec({
}
})

internal class FailTest: DescribeSpec({
internal class FailSpec: DescribeSpec({
lateinit var fail: Fail<String>

beforeEach {
Expand Down

0 comments on commit a8ed0c5

Please sign in to comment.