Skip to content

Commit

Permalink
test : SampleTest 모두 통과하게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2taezeat committed Nov 21, 2023
1 parent fa297b7 commit 0b3e793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SampleTest : FunSpec({
}

test("test sample 3") {
3 + 4 shouldBe 10
3 + 7 shouldBe 10
}

})

0 comments on commit 0b3e793

Please sign in to comment.