Skip to content

Commit

Permalink
remove spring test case
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoell committed Jun 19, 2024
1 parent 5598644 commit ff5ce34
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 109,374 deletions.
1 change: 0 additions & 1 deletion codec/consolereader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func TestParseFromFile(t *testing.T) {
}{
{"full", "testdata/deep-mind.dmlog", nil, nil},
{"full-3.1.x", "testdata/deep-mind-3.1.x.dmlog", nil, nil},
{"deep-mind-spring-1.0.x-pre-savanna", "testdata/deep-mind-spring-1.0.x-pre-savanna.dmlog", nil, nil},
{"max-console-log", "testdata/deep-mind.dmlog", blockWithConsole, []ConsoleReaderOption{LimitConsoleLength(10)}},
}

Expand Down
Loading

0 comments on commit ff5ce34

Please sign in to comment.