mirror of
https://github.com/inventree/inventree-app.git
synced 2026-07-04 11:50:45 +00:00
@@ -110,7 +110,7 @@ void main() {
|
||||
|
||||
assert(item != null);
|
||||
assert(item!.pk == id);
|
||||
assert(item!.locationId == 1);
|
||||
assert(int.tryParse(item!.locationId.toString()) != null);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user