Skip to content

Commit

Permalink
Removed one TODO, as the test was made correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
SadAndBroken committed Nov 28, 2023
1 parent e3dc558 commit f704223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blocs/weekplan_bloc_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ void main() {
//Creates an markedactivity and addes it to a list with a listener.
//The listener fires the expect function, expecting the lenght = 0.
//Uses the clearMarkedactivities() function to remove activities.
// TODO actually add the activity to the list, including more than one act
weekplanBloc.addMarkedActivity(ActivityModel(
pictograms: <PictogramModel>[
PictogramModel(
Expand All @@ -212,6 +211,7 @@ void main() {
order: null,
state: null));


weekplanBloc.markedActivities
.skip(1)
.listen((List<ActivityModel> markedActivitiesList) {
Expand Down

0 comments on commit f704223

Please sign in to comment.