python3Packages.storage3: fix typo

This commit is contained in:
Siege
2025-08-03 23:14:30 -04:00
parent 136b30c039
commit d4e4b7dd51
@@ -30,7 +30,7 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonImportCheck = [ "storage3" ];
pythonImportsCheck = [ "storage3" ];
# tests fail due to mock server not starting