Skip to content

Commit fb4c38e

Browse files
committed
Fix build (see #190).
1 parent a4f1799 commit fb4c38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formatters/html/html_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestSplitTokensIntoLines(t *testing.T) {
4848
{Type: chroma.NameKeyword},
4949
},
5050
}
51-
actual := splitTokensIntoLines(in)
51+
actual := chroma.SplitTokensIntoLines(in)
5252
assert.Equal(t, expected, actual)
5353
}
5454

0 commit comments

Comments
 (0)