Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Jan 22, 2025
1 parent 0c555e2 commit 5d60402
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/results/cancellation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</ram:IncludedNote>
<ram:IncludedNote>
<ram:Content>Footer-Text</ram:Content>
<ram:SubjectCode>REG</ram:SubjectCode>
</ram:IncludedNote>
</rsm:ExchangedDocument>
<rsm:SupplyChainTradeTransaction>
Expand Down
1 change: 1 addition & 0 deletions tests/results/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</ram:IncludedNote>
<ram:IncludedNote>
<ram:Content>Footer-Text</ram:Content>
<ram:SubjectCode>REG</ram:SubjectCode>
</ram:IncludedNote>
</rsm:ExchangedDocument>
<rsm:SupplyChainTradeTransaction>
Expand Down
1 change: 1 addition & 0 deletions tests/results/delivery_dates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</ram:IncludedNote>
<ram:IncludedNote>
<ram:Content>Footer-Text</ram:Content>
<ram:SubjectCode>REG</ram:SubjectCode>
</ram:IncludedNote>
</rsm:ExchangedDocument>
<rsm:SupplyChainTradeTransaction>
Expand Down
1 change: 1 addition & 0 deletions tests/results/paid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</ram:IncludedNote>
<ram:IncludedNote>
<ram:Content>Footer-Text</ram:Content>
<ram:SubjectCode>REG</ram:SubjectCode>
</ram:IncludedNote>
</rsm:ExchangedDocument>
<rsm:SupplyChainTradeTransaction>
Expand Down
1 change: 1 addition & 0 deletions tests/results/tax_code_exempt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</ram:IncludedNote>
<ram:IncludedNote>
<ram:Content>Footer-Text</ram:Content>
<ram:SubjectCode>REG</ram:SubjectCode>
</ram:IncludedNote>
</rsm:ExchangedDocument>
<rsm:SupplyChainTradeTransaction>
Expand Down
1 change: 1 addition & 0 deletions tests/results/tax_code_guess_AU.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</ram:IncludedNote>
<ram:IncludedNote>
<ram:Content>Footer-Text</ram:Content>
<ram:SubjectCode>REG</ram:SubjectCode>
</ram:IncludedNote>
</rsm:ExchangedDocument>
<rsm:SupplyChainTradeTransaction>
Expand Down
1 change: 1 addition & 0 deletions tests/results/tax_code_reverse_charge.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</ram:IncludedNote>
<ram:IncludedNote>
<ram:Content>Footer-Text</ram:Content>
<ram:SubjectCode>REG</ram:SubjectCode>
</ram:IncludedNote>
</rsm:ExchangedDocument>
<rsm:SupplyChainTradeTransaction>
Expand Down
1 change: 1 addition & 0 deletions tests/results/xrechnung.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
</ram:IncludedNote>
<ram:IncludedNote>
<ram:Content>Footer-Text</ram:Content>
<ram:SubjectCode>REG</ram:SubjectCode>
</ram:IncludedNote>
</rsm:ExchangedDocument>
<rsm:SupplyChainTradeTransaction>
Expand Down
1 change: 0 additions & 1 deletion tests/test_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from decimal import Decimal
from django_scopes import scopes_disabled
from freezegun import freeze_time

from pretix.base.services.invoices import (
generate_cancellation,
generate_invoice,
Expand Down

0 comments on commit 5d60402

Please sign in to comment.