mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +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
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue