test+fix: add basic tests and fix issues with it

This commit is contained in:
flow
2022-04-17 11:40:41 -03:00
committed by flow
parent 4439666e67
commit d7f6b36990
10 changed files with 168 additions and 39 deletions

View File

@ -19,7 +19,7 @@ class ProviderCapabilities {
{
switch(p){
case Provider::MODRINTH:
return "sha256";
return "sha512";
case Provider::FLAME:
return "murmur2";
}