mirror of
https://github.com/flutter/samples.git
synced 2026-03-24 05:12:06 +00:00
[testing_app] added basic placeholder for favorites list (#581)
This commit is contained in:
@@ -11,7 +11,6 @@ void main() {
|
||||
var favorites = Favorites();
|
||||
|
||||
test('A new item should be added', () {
|
||||
// Generate a random number.
|
||||
var number = 35;
|
||||
|
||||
// Add the number to the list.
|
||||
@@ -22,7 +21,6 @@ void main() {
|
||||
});
|
||||
|
||||
test('An item should be removed', () {
|
||||
// Generate a random number.
|
||||
var number = 45;
|
||||
|
||||
// Add the number to the list.
|
||||
|
||||
Reference in New Issue
Block a user