Skip to content

Commit 496a996

Browse files
kalleepCopilot
andcommitted
Update internal/component/loki/source/file/internal/tail/file_test.go
Co-authored-by: Copilot <[email protected]>
1 parent 676ad22 commit 496a996

File tree

1 file changed

+1
-1
lines changed
  • internal/component/loki/source/file/internal/tail

1 file changed

+1
-1
lines changed

internal/component/loki/source/file/internal/tail/file_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func TestFile(t *testing.T) {
105105
})
106106
})
107107

108-
t.Run("partail line", func(t *testing.T) {
108+
t.Run("partial line", func(t *testing.T) {
109109
name := createFile(t, "partial", "hello\nwo")
110110
defer removeFile(t, name)
111111

0 commit comments

Comments
 (0)