Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit cd4deba

Browse files
committed
fixed typo
1 parent f6426d2 commit cd4deba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/org/amshove/kluent/tests/backtickassertions/ShouldEqualTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.amshove.kluent.tests.helpclasses.Person
55
import org.jetbrains.spek.api.Spek
66
import kotlin.test.assertFails
77

8-
class ShouldequalTests : Spek() {
8+
class ShouldEqualTests : Spek() {
99
init {
1010
given("the should equal method") {
1111
on("checking equality of two equal strings") {

0 commit comments

Comments
 (0)