Skip to content

Commit fd64643

Browse files
Fix comment
1 parent b39ca90 commit fd64643

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_part.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,8 @@ def test_get_requirements(self):
704704
# Check for expected content
705705
self.assertIsInstance(req, dict)
706706

707-
if self.api.api_version < 350: # Ref: https://github.com/inventree/InvenTree/pull/9798
707+
# Ref: https://github.com/inventree/InvenTree/pull/9798
708+
if self.api.api_version < 350:
708709
fields = [
709710
'on_order',
710711
'allocated_build_order_quantity',

0 commit comments

Comments
 (0)