mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
platform_channels make expectation match reality (#1553)
This commit is contained in:
@@ -40,7 +40,7 @@ void main() {
|
||||
expect(petList.last['breed'], 'Persian');
|
||||
|
||||
// Navigate back to /petListScreen
|
||||
expect(router.location, '/petListScreen/');
|
||||
expect(router.location, '/petListScreen');
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user