test: fixed merge tests

pull/359/head
RuiAlonso 3 years ago
parent fa42261ebd
commit 624cc2e857

@ -147,24 +147,6 @@ void main() {
), ),
), ),
); );
expect(
ShareScoreRequested(score: 0),
isNot(
equals(
ShareScoreRequested(score: 0),
),
),
);
expect(
ShareScoreRequested(score: 0),
isNot(
equals(
ShareScoreRequested(score: 0),
),
),
);
}); });
}); });

Loading…
Cancel
Save