Skip to content

Commit 2b180d9

Browse files
committed
Formatting, naming
1 parent 83aaf8d commit 2b180d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

UserPreferencesExplorer.Tests/Tests.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
#include "../UserPreferencesExplorer/Encryption.cpp"
77
#include "../UserPreferencesExplorer/Utils.cpp"
88

9-
TEST_CASE("UserPreferences") {
9+
TEST_CASE("Encryption")
10+
{
1011
const auto guid = std::string("01234567-89ab-cdef-0123-456789abcdef");
1112
const auto salt = std::string("6E3F032949637D2E");
1213
const auto plaintext = std::string("{\"username\":\"example@example.com\",\"refresh_token\":\"\",\"scope_string\":\"\"}");

0 commit comments

Comments
 (0)