mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
integration-tests: Fix deprecated alias
This commit is contained in:
parent
93cab5268d
commit
bb4135c1e0
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ let
|
|||
}
|
||||
];
|
||||
};
|
||||
}) (lib.cartesianProductOfSets matrix));
|
||||
}) (lib.cartesianProduct matrix));
|
||||
in {
|
||||
} // basicTests
|
||||
|
|
Loading…
Reference in a new issue