chore(llc): add more tests
This commit is contained in:
@@ -43,6 +43,9 @@ void main() {
|
|||||||
idAround: 'id-around',
|
idAround: 'id-around',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
final sameOld = params.copyWith();
|
||||||
|
expect(sameOld, equals(params));
|
||||||
|
|
||||||
final newDateTime = DateTime.now().add(const Duration(days: 2));
|
final newDateTime = DateTime.now().add(const Duration(days: 2));
|
||||||
const newTestString = 'test';
|
const newTestString = 'test';
|
||||||
final newParams = params.copyWith(
|
final newParams = params.copyWith(
|
||||||
|
|||||||
Reference in New Issue
Block a user