mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Update version (#372)
* Update version - Bump version to 0.12.2 * Tweak unit test
This commit is contained in:
parent
367759e86c
commit
ca678c1c6f
@ -1,4 +1,4 @@
|
|||||||
### -
|
### 0.12.2 - June 2023
|
||||||
---
|
---
|
||||||
|
|
||||||
- Adds options for configuring screen orientation
|
- Adds options for configuring screen orientation
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: inventree
|
name: inventree
|
||||||
description: InvenTree stock management
|
description: InvenTree stock management
|
||||||
|
|
||||||
version: 0.12.1+67
|
version: 0.12.2+68
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.19.5 <3.0.0"
|
sdk: ">=2.19.5 <3.0.0"
|
||||||
|
@ -70,7 +70,7 @@ void main() {
|
|||||||
|
|
||||||
// List with active filter
|
// List with active filter
|
||||||
results = await InvenTreePart().list(filters: {"active": "true"});
|
results = await InvenTreePart().list(filters: {"active": "true"});
|
||||||
expect(results.length, equals(13));
|
expect(results.length, greaterThanOrEqualTo(13));
|
||||||
|
|
||||||
for (var result in results) {
|
for (var result in results) {
|
||||||
// results must be InvenTreePart instances
|
// results must be InvenTreePart instances
|
||||||
|
Loading…
x
Reference in New Issue
Block a user