mirror of
https://github.com/hanskokx/arcane_helper_utils.git
synced 2026-05-14 02:19:09 +02:00
Update list_test.dart
This commit is contained in:
@@ -135,7 +135,9 @@ void main() {
|
||||
test("Empty lists", () {
|
||||
testEquality([], [], true);
|
||||
});
|
||||
|
||||
test("List of different types", () {
|
||||
testEquality(["a", "b", "c"], [1, 2, 3], false);
|
||||
testEquality(<int?>[], <String?>[], false);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user