mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Improvements for profile management
This commit is contained in:
parent
4e14bd077c
commit
53b69d9623
2 changed files with 32 additions and 7 deletions
|
|
@ -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:", () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue