1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Correct the test of moving back up.

This commit is contained in:
Rob Rix 2015-11-05 11:10:08 -05:00
parent 18aa5bd2d4
commit c46426d311

View File

@ -17,7 +17,7 @@ final class LocationTests: XCTestCase {
}
func testCanMoveBackUpwards() {
assert(term.explore().down?.up?.it, ==, leaf)
assert(term.explore().down?.up?.it, ==, term)
}
}