mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove dead code
This commit is contained in:
parent
b095917b96
commit
0eb6d46c4b
@ -83,9 +83,6 @@ class BuildTest(TestCase):
|
|||||||
|
|
||||||
ref = get_next_build_number()
|
ref = get_next_build_number()
|
||||||
|
|
||||||
if ref is None:
|
|
||||||
ref = "0001"
|
|
||||||
|
|
||||||
# Create a "Build" object to make 10x objects
|
# Create a "Build" object to make 10x objects
|
||||||
self.build = Build.objects.create(
|
self.build = Build.objects.create(
|
||||||
reference=ref,
|
reference=ref,
|
||||||
|
Loading…
Reference in New Issue
Block a user