1
0
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:
Tushar Ojha
2020-11-14 03:46:32 +05:30
committed by GitHub
parent dcbbc31119
commit 84d0251e2a
3 changed files with 18 additions and 7 deletions

View File

@@ -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.