python3Packages.contexttimer: fix typo

This commit is contained in:
Robert Schütz 2022-05-07 07:40:56 +00:00
parent 94c97dfa94
commit 0eb15b8fd8

View file

@ -25,7 +25,7 @@ buildPythonPackage rec {
})
];
pythonImportCheck = [ "contexttimer" ];
pythonImportsCheck = [ "contexttimer" ];
checkInputs = [ mock ];