Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: minor nit
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Jan 4, 2024
1 parent 935dcb7 commit 6433ec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def create_product_attribute(apps, schema_editor):

seat = ProductClass.objects.get(name=SEAT_PRODUCT_CLASS_NAME)

Check warning on line 16 in ecommerce/extensions/catalogue/migrations/0056_add_variant_id_seat_product_attr.py

View check run for this annotation

Codecov / codecov/patch

ecommerce/extensions/catalogue/migrations/0056_add_variant_id_seat_product_attr.py#L16

Added line #L16 was not covered by tests

# Create product attribute for course entitlement products
# Create product attribute for course seat products
product_attr = ProductAttribute(

Check warning on line 19 in ecommerce/extensions/catalogue/migrations/0056_add_variant_id_seat_product_attr.py

View check run for this annotation

Codecov / codecov/patch

ecommerce/extensions/catalogue/migrations/0056_add_variant_id_seat_product_attr.py#L19

Added line #L19 was not covered by tests
product_class=seat,
name="variant_id",
Expand Down

0 comments on commit 6433ec4

Please sign in to comment.