Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrav committed Nov 1, 2024
1 parent b678b68 commit 0c7b7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ func TestFragmentFirstLineAndLink(t *testing.T) {
{
name: "Unsupported Type",
chunk: &sources.Chunk{},
expectedLine: 1,
expectedLine: 0,
expectedLink: "",
},
}
Expand Down

0 comments on commit 0c7b7c1

Please sign in to comment.