Skip to content

Commit

Permalink
15M
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Mar 13, 2022
1 parent 2d4c1ef commit df77822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Schema/ModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ public function providerCharacterTypeFieldLongData(): array
['binary', true, 255],
['text', false, 255],
['blob', true, 255],
['text', false, 5600 * 1024],
['blob', true, 5600 * 1024],
['text', false, 15600 * 1024],
['blob', true, 15600 * 1024],
];
}
}
Expand Down

0 comments on commit df77822

Please sign in to comment.