test+fix: add basic tests and fix issues with it
This commit is contained in:
parent
4439666e67
commit
d7f6b36990
10 changed files with 168 additions and 39 deletions
|
@ -19,7 +19,7 @@ class ProviderCapabilities {
|
|||
{
|
||||
switch(p){
|
||||
case Provider::MODRINTH:
|
||||
return "sha256";
|
||||
return "sha512";
|
||||
case Provider::FLAME:
|
||||
return "murmur2";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue