fix login commands in tests

This commit is contained in:
Martin Michelsen
2022-07-27 00:09:14 -07:00
parent 415aa88bd3
commit ea62275f89
10 changed files with 210 additions and 50 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ struct License {
class LicenseManager {
public:
LicenseManager(const std::string& filename);
LicenseManager();
explicit LicenseManager(const std::string& filename);
~LicenseManager() = default;
void save() const;