mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Update test fixtures
- Can't assume that pk values will be assigned sensibly! - Need to hard-code them in
This commit is contained in:
@ -38,6 +38,7 @@
|
||||
|
||||
|
||||
- model: part.part
|
||||
pk: 4
|
||||
fields:
|
||||
name: 'R_4K7_0603'
|
||||
description: '4.7kOhm resistor in 0603 package'
|
||||
@ -50,6 +51,7 @@
|
||||
|
||||
# Create some capacitors
|
||||
- model: part.part
|
||||
pk: 5
|
||||
fields:
|
||||
name: 'C_22N_0805'
|
||||
description: '22nF capacitor in 0805 package'
|
||||
|
Reference in New Issue
Block a user