Skip to content

Commit

Permalink
consolereader: test old firelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Sep 3, 2024
1 parent 2107218 commit 9c77fdf
Show file tree
Hide file tree
Showing 3 changed files with 5,372 additions and 0 deletions.
1 change: 1 addition & 0 deletions codec/consolereader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func TestParseFromFile(t *testing.T) {
expectedPanicErr error
}{
{"testdata/full.firelog", nil},
{"testdata/old.firelog", nil},
}

for _, test := range tests {
Expand Down
Loading

0 comments on commit 9c77fdf

Please sign in to comment.