Skip to content

Commit

Permalink
Fix web tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu committed May 23, 2023
1 parent 9ba21fd commit 616895e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void main() {
draggable: true,
),
};
controller.changeMarkers(updatedMarkers);
await controller.changeMarkers(updatedMarkers);
expect(controller.markers.length, 1);

marker = controller.markers[const MarkerId('1')]?.marker;
Expand Down

0 comments on commit 616895e

Please sign in to comment.