Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
tid-kijyun committed Mar 28, 2020
1 parent e56dcd2 commit bde9649
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/KannaTests/KannaCSSTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class KannaCSSTests: XCTestCase {
XCTAssert(false, error.localizedDescription)
}
}

do {
let xpath = try CSS.toXPath("form, a", isRoot: false)
XCTAssertEqual(xpath, ".//form | .//a")
Expand Down
1 change: 0 additions & 1 deletion Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ XCTMain([
testCase(KannaCSSTests.allTests),
testCase(KannaTutorialsTests.allTests)
])

0 comments on commit bde9649

Please sign in to comment.