@@ -74,7 +74,7 @@ void main() {
|
|||||||
),
|
),
|
||||||
latestReactions: [
|
latestReactions: [
|
||||||
Reaction(
|
Reaction(
|
||||||
type: 'thumbs_up',
|
type: 'like',
|
||||||
user: User(id: testUserId),
|
user: User(id: testUserId),
|
||||||
),
|
),
|
||||||
Reaction(
|
Reaction(
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ void main() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
testWidgets(
|
testWidgets(
|
||||||
'it should show a thumb up',
|
'it should show a like',
|
||||||
(WidgetTester tester) async {
|
(WidgetTester tester) async {
|
||||||
final client = MockClient();
|
final client = MockClient();
|
||||||
final clientState = MockClientState();
|
final clientState = MockClientState();
|
||||||
@@ -50,7 +50,7 @@ void main() {
|
|||||||
child: ReactionBubble(
|
child: ReactionBubble(
|
||||||
reactions: [
|
reactions: [
|
||||||
Reaction(
|
Reaction(
|
||||||
type: 'thumbs_up',
|
type: 'like',
|
||||||
user: User(id: 'test'),
|
user: User(id: 'test'),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@@ -86,7 +86,7 @@ void main() {
|
|||||||
child: ReactionBubble(
|
child: ReactionBubble(
|
||||||
reactions: [
|
reactions: [
|
||||||
Reaction(
|
Reaction(
|
||||||
type: 'thumbs_up',
|
type: 'like',
|
||||||
user: User(id: 'test'),
|
user: User(id: 'test'),
|
||||||
),
|
),
|
||||||
Reaction(
|
Reaction(
|
||||||
|
|||||||
Reference in New Issue
Block a user