Skip to content

Commit

Permalink
lint fix after refector test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Aug 7, 2024
1 parent 991922d commit bf86fed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/revision_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ func TestBodyUnmarshal(t *testing.T) {

func TestParseRevisionsToAncestor(t *testing.T) {
revisions := Revisions{RevisionsStart: 5, RevisionsIds: []string{"five", "four", "three", "two", "one"}}
var revs []string

assert.Equal(t, []string{"4-four", "3-three"}, revisions.parseAncestorRevisions("3-three"))
assert.Equal(t, []string{"4-four"}, revisions.parseAncestorRevisions("4-four"))
Expand Down

0 comments on commit bf86fed

Please sign in to comment.