From ed767ec65b6198a36ac061dc6b8c7f9e2573b676 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Wed, 13 Jan 2021 18:41:26 +0530 Subject: [PATCH] Fix tests Signed-off-by: Sahil Kumar --- test/src/reaction_bubble_test.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/src/reaction_bubble_test.dart b/test/src/reaction_bubble_test.dart index c0bc8cd1..0b6c90ef 100644 --- a/test/src/reaction_bubble_test.dart +++ b/test/src/reaction_bubble_test.dart @@ -19,6 +19,7 @@ void main() { reactions: [], borderColor: Colors.black, backgroundColor: Colors.white, + maskColor: Colors.white, ), ), ), @@ -56,6 +57,7 @@ void main() { ], borderColor: Colors.black, backgroundColor: Colors.white, + maskColor: Colors.white, ), ), ), @@ -96,6 +98,7 @@ void main() { ], borderColor: Colors.black, backgroundColor: Colors.white, + maskColor: Colors.white, ), ), ),