Skip to content

Commit 0310d69

Browse files
committed
Update FileInputOutputStreamsTest.php
1 parent 68ffb01 commit 0310d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/WebFiori/Tests/Cli/FileInputOutputStreamsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public function testOutputStream02() {
106106
$stream->println('. You are cool.');
107107
$this->assertEquals("Im Cool. You are cool.\n", $stream2->readLine());
108108
}
109-
}
110109
// ========== ENHANCED FILE STREAM TESTS ==========
111110

112111
/**
@@ -289,3 +288,4 @@ public function testFileOutputStreamEdgeCasesEnhanced() {
289288
}
290289
}
291290
}
291+
}

0 commit comments

Comments
 (0)