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:
parent
18aa5bd2d4
commit
c46426d311
@ -17,7 +17,7 @@ final class LocationTests: XCTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func testCanMoveBackUpwards() {
|
func testCanMoveBackUpwards() {
|
||||||
assert(term.explore().down?.up?.it, ==, leaf)
|
assert(term.explore().down?.up?.it, ==, term)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user