refactor: fixed variable typo

pull/121/head
alestiago 4 years ago
parent 5d3ea34c50
commit b8ccfcb78d

@ -52,9 +52,9 @@ void main() {
final component = ControlledComponent();
final controller = TestComponentController(component);
final anotherComponet = Component();
final anotherComponent = Component();
await expectLater(
() async => controller.add(anotherComponet),
() async => controller.add(anotherComponent),
throwsException,
);
},

Loading…
Cancel
Save