refactor: fixed test name grammar

pull/119/head
alestiago 4 years ago
parent c8d2b82edb
commit bf8c72b52c

@ -227,7 +227,7 @@ void main() {
expect(controller.listenWhen(previousState, newState), isTrue);
});
test('listens when the id is removed to activatedDashNests', () {
test('listens when the id is removed from activatedDashNests', () {
const id = '';
final controller = DashNestBumperController(
dashNestBumper,

Loading…
Cancel
Save