File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
framework/codemodder-base/src/test/java/io/codemodder Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -125,14 +125,6 @@ void it_captures_console_output() {
125125 assertThat (stderrWriter .toString ()).startsWith ("Unknown option: '--bogus'" );
126126 }
127127
128- @ Test
129- void structured_appender_works_with_project_name () throws IOException {
130- Path outputFile = Files .createTempFile ("codemodder" , ".out" );
131- writeLogMessageToFile (outputFile , "cloud9" );
132- String output = Files .readString (outputFile );
133- assertThat (output ).contains ("\" project_name\" :\" cloud9\" " );
134- }
135-
136128 @ Test
137129 void structured_appender_works_without_project_name () throws IOException {
138130 Path outputFile = Files .createTempFile ("codemodder" , ".out" );
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ java-security-toolkit-xstream = "1.0.2"
88javax-inject = " 1"
99jtokkit = " 1.1.0"
1010commons-jexl = " 3.2.1"
11- logback = " 1.4.5 "
11+ logback = " 1.5.18 "
1212maven = " 3.8.7"
1313openai = " 0.14.0"
1414picocli = " 4.7.0"
You can’t perform that action at this time.
0 commit comments