mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-14 11:15:26 +00:00
Improvements for profile management
This commit is contained in:
@ -41,6 +41,10 @@ void main() {
|
||||
await UserProfileDBManager().updateProfile(prf);
|
||||
}
|
||||
|
||||
// Ensure the profile is selected
|
||||
assert(! await UserProfileDBManager().selectProfileByName("Missing Profile"));
|
||||
assert(await UserProfileDBManager().selectProfileByName("Test Profile"));
|
||||
|
||||
});
|
||||
|
||||
group("Login Tests:", () {
|
||||
|
Reference in New Issue
Block a user