remove dead code

This commit is contained in:
Matthias 2022-02-13 20:23:15 +01:00
parent b095917b96
commit 0eb6d46c4b
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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,