Skip to content

Commit

Permalink
Merge branch 'feat-table_style' into feat-zhiya
Browse files Browse the repository at this point in the history
* feat-table_style:
  feat:update test
  • Loading branch information
q200892907 committed Apr 11, 2024
2 parents a4dc72d + 7d38f53 commit 1169632
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void main() {
['1', '2'],
['3', '4'],
]);
var config = TableConfig();
final config = TableConfig();

expect(tableNode.config.colMinimumWidth, config.colMinimumWidth);
expect(tableNode.config.colDefaultWidth, config.colDefaultWidth);
Expand Down Expand Up @@ -279,7 +279,7 @@ void main() {
});

test('default constructor (from list of list of strings)', () {
var config = TableConfig(
final config = TableConfig(
colMinimumWidth: 10,
colDefaultWidth: 20,
rowDefaultHeight: 30,
Expand Down

0 comments on commit 1169632

Please sign in to comment.