Skip to content

Commit 6698fd7

Browse files
committed
corrects the description of the "unequal" case in RouteHashSpec
it should be different from the one above
1 parent 0965ea6 commit 6698fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReSwiftRouterTests/RouteHashSpec.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class RouteHashTests: QuickSpec {
4040
routeHash2 = RouteHash(route: ["part3", "part4"])
4141
}
4242

43-
it("both hashs are considered equal") {
43+
it("they are considered unequal") {
4444
expect(routeHash1).toNot(equal(routeHash2))
4545
}
4646

0 commit comments

Comments
 (0)