2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 18:25:26 +00:00

Update version (#372)

* Update version

- Bump version to 0.12.2

* Tweak unit test
This commit is contained in:
Oliver
2023-06-13 21:28:38 +10:00
committed by GitHub
parent 367759e86c
commit ca678c1c6f
3 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ void main() {
// List with active filter
results = await InvenTreePart().list(filters: {"active": "true"});
expect(results.length, equals(13));
expect(results.length, greaterThanOrEqualTo(13));
for (var result in results) {
// results must be InvenTreePart instances