`platform_channels` make expectation match reality (#1553)

pull/1552/head
Brett Morgan 2 years ago committed by GitHub
parent 0613b12381
commit 1311553a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ void main() {
expect(petList.last['breed'], 'Persian'); expect(petList.last['breed'], 'Persian');
// Navigate back to /petListScreen // Navigate back to /petListScreen
expect(router.location, '/petListScreen/'); expect(router.location, '/petListScreen');
}); });
}); });
} }

Loading…
Cancel
Save