fix test
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
781853603c
commit
82247f7ab9
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ mod tests {
|
|||
// r.push(base64::encode_config(key, base64::URL_SAFE_NO_PAD));
|
||||
// use the sha256 hash of the key as the file name instead of the key itself
|
||||
// this is because the base64 encoded key can be longer than 255 characters.
|
||||
r.push(general_purpose::URL_SAFE_NO_PAD.encode(sha2::Sha256::digest(key)));
|
||||
r.push(general_purpose::URL_SAFE_NO_PAD.encode(<sha2::Sha256 as sha2::Digest>::digest(key)));
|
||||
// Check that the file path is not longer than 255 characters
|
||||
// (255 is the maximum length of a file path on most file systems)
|
||||
assert!(
|
||||
|
|
Loading…
Add table
Reference in a new issue