mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 05:15:42 +00:00 
			
		
		
		
	Update version (#372)
* Update version - Bump version to 0.12.2 * Tweak unit test
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user