1
0
Fork 0
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:
Zhaofeng Li 2024-08-19 14:49:56 -04:00
parent 93cab5268d
commit bb4135c1e0

View file

@ -33,6 +33,6 @@ let
}
];
};
}) (lib.cartesianProductOfSets matrix));
}) (lib.cartesianProduct matrix));
in {
} // basicTests