fix login commands in tests
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user