Skip to content

Commit a96769a

Browse files
committed
Fix test
1 parent 817982c commit a96769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/docs/readme_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ func createSampleEventFile(packageRoot, dataStreamName, contents string) error {
286286
return err
287287
}
288288

289-
sampleEventFile := filepath.Join(dataStreamFolder, sampleEventFile)
289+
sampleEventFile := filepath.Join(dataStreamFolder, "sample_event.json")
290290
if err := os.WriteFile(sampleEventFile, []byte(contents), 0644); err != nil {
291291
return err
292292
}

0 commit comments

Comments
 (0)