Skip to content

Commit

Permalink
fix: remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wzxha committed Dec 19, 2018
1 parent a5038a2 commit c316201
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/SdifftTests/DiffTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ extension Array where Element == DiffScript {

class DiffTests: XCTestCase {
func testDiff() {
let scripts = Diff(source: .init("b"), target: .init("abcd")).scripts


let expectations = [
("abc", "abc", "U{2}U{1}U{0}"),
("abc", "ab", "D{2}U{1}U{0}"),
Expand Down

0 comments on commit c316201

Please sign in to comment.