Skip to content

Commit e302f17

Browse files
committed
Remove commented assertion
1 parent 05403c2 commit e302f17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/nuvigator_test.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -629,10 +629,10 @@ void main() {
629629
);
630630

631631
// TODO: Fix, actually returning just ['secondNestedScreen1'] on master
632-
// expect(
633-
// tracker.secondNestedStack.map((e) => e!.settings.name),
634-
// ['secondNestedScreen1', 'secondNestedScreen2'],
635-
// );
632+
expect(
633+
tracker.secondNestedStack.map((e) => e!.settings.name),
634+
['secondNestedScreen1', 'secondNestedScreen2'],
635+
);
636636
},
637637
);
638638

0 commit comments

Comments
 (0)