Skip to content

Commit d5e6b3e

Browse files
committed
Fixed failing tests
1 parent 3a19726 commit d5e6b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/etl/tests/Flow/ETL/Tests/Unit/Row/Schema/Formatter/ASCIISchemaFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function test_format_nested_schema_as_table_without_metadata() : void
117117
11 rows
118118

119119
SCHEMA,
120-
(new ASCIISchemaFormatter(true))->format($schema)
120+
(new ASCIISchemaFormatter(true, false))->format($schema)
121121
);
122122
}
123123

0 commit comments

Comments
 (0)