mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
Test the start of exploration.
This commit is contained in:
parent
f13d2068ab
commit
1ec85928a3
@ -1,4 +1,7 @@
|
||||
final class LocationTests: XCTestCase {
|
||||
func testExplorationOfATermBeginsAtTheExploredTerm() {
|
||||
assert(term.explore().it, ==, term)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -13,5 +16,6 @@ private let term: Cofree<String, Int> = Cofree(0, .Indexed([
|
||||
]))
|
||||
|
||||
|
||||
import Assertions
|
||||
@testable import Doubt
|
||||
import XCTest
|
||||
|
Loading…
Reference in New Issue
Block a user