mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 20:09:24 +00:00
test fix
This commit is contained in:
parent
91fc247462
commit
37c9f90078
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ abstract class ComparableCopy<T> {
|
|||
///
|
||||
/// This utility function is used as the default comparator
|
||||
/// for ordering collections, for example in the [List] sort function.
|
||||
static int compare(Comparable a, Comparable b) => a.compareTo(b);
|
||||
static int compare(ComparableCopy a, ComparableCopy b) => a.compareTo(b);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue