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

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusAmshove committed Feb 10, 2016
1 parent f6426d2 commit cd4deba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.amshove.kluent.tests.helpclasses.Person
import org.jetbrains.spek.api.Spek
import kotlin.test.assertFails

class ShouldequalTests : Spek() {
class ShouldEqualTests : Spek() {
init {
given("the should equal method") {
on("checking equality of two equal strings") {
Expand Down

0 comments on commit cd4deba

Please sign in to comment.