refactor: fixed grammatical error in test named

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/83/head
Alejandro Santiago 4 years ago committed by GitHub
parent f9461a22f6
commit a0b4f68306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ void main() {
group('showBehindOf', () {
flameTester.test(
'changes the priority if is greater than other component',
'changes the priority if it is greater than other component',
(game) async {
const startPriority = 2;
final component = TestBodyComponent()..priority = startPriority;

Loading…
Cancel
Save