Skip to content

Commit

Permalink
rebaseline tests for startline change
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Mar 6, 2016
1 parent 9d0fe39 commit 2a89ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/header_clean.bats
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ output=$( load_fixture "file-moves" | $diff_so_fancy )

@test "Reworked hunks" {
output=$( load_fixture "file-moves" | $diff_so_fancy )
assert_output --partial '@ square.yml:3 @'
assert_output --partial '@ package.json:4 @'
assert_output --partial '@ square.yml:4 @'
assert_output --partial '@ package.json:3 @'
}

@test "Reworked hunks (noprefix)" {
output=$( load_fixture "noprefix" | $diff_so_fancy )
assert_output --partial '@ setup-a-new-machine.sh:33 @'
assert_output --partial '@ setup-a-new-machine.sh:218 @'
assert_output --partial '@ setup-a-new-machine.sh:219 @'
}

0 comments on commit 2a89ca8

Please sign in to comment.