Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lpsd committed Oct 14, 2023
1 parent 5a77dbc commit ff4fe45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Shared/sdk/SharedUtil.Tests.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,7 @@ void SharedUtil_Hash_Tests()
strResult = GenerateHashHexString(EHashFunction::MD5, a);
assert(strResult == result);

auto filepath = tempFilepath;
bool save = FileSave(tempFilepath, a);
FileSave(tempFilepath, a);

strResult = GenerateHashHexStringFromFile(EHashFunction::MD5, tempFilepath);
assert(strResult == result);
Expand Down

0 comments on commit ff4fe45

Please sign in to comment.