Skip to content

Commit 9ae4dd7

Browse files
committed
add logger file
1 parent 4ae9637 commit 9ae4dd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javav2/example_code/inspector/src/test/java/InspectorTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public void testInspectorActionsIntegration() {
115115
@Order(3)
116116
public void testInspectorScenarioEndToEnd() {
117117
assertDoesNotThrow(() -> {
118-
119118
// The scenario calls scanner.nextLine() repeatedly.
120119
// We simulate user input by providing many "c" lines.
121120
String simulatedInput = String.join("\n",

0 commit comments

Comments
 (0)