1
0
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:
Brett Morgan
2023-01-10 08:32:56 +10:00
committed by GitHub
parent 0613b12381
commit 1311553a02

View File

@@ -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');
}); });
}); });
} }