Skip to content

Commit f0fab50

Browse files
committed
Address comments
1 parent 1079da9 commit f0fab50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/secretariat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
=end
1616

1717
module Secretariat
18-
VERSION = "3.8.2"
18+
VERSION = "3.8.1"
1919
end

test/invoice_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def test_simple_eu_invoice_v2
492492
assert_match(/<ram:ExemptionReason>Reverse Charge<\/ram:ExemptionReason>/, xml)
493493
assert_match(/<ram:RateApplicablePercent>/, xml)
494494
assert_match(%r{<ram:BuyerTradeParty>\s*<ram:ID>Kunde 4711</ram:ID>}, xml)
495-
assert_equal xml.include?('<ram:Reason>'), false
495+
refute_match(/<ram:Reason>/, xml)
496496

497497
v = Validator.new(xml, version: 2)
498498
errors = v.validate_against_schema

0 commit comments

Comments
 (0)