Skip to content

Commit

Permalink
fix insieme tests by adjusting methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Aug 20, 2024
1 parent f399ba6 commit 36b023b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/domain/fp2020/time_record/lufeb_pro_verein.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def time_records # rubocop:disable Metrics/MethodLength
"SUM(total_lufeb_specific) AS specific",
"SUM(total_lufeb_promoting) AS promoting",
"SUM(lufeb_grundlagen) AS lufeb_grundlagen",
"SUM(kurse_grundlagen) AS kurse_grundlage"
"SUM(kurse_grundlagen) AS kurse_grundlagen"
].join(", "))
.all
.each_with_object({}) do |tr, memo|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
end

it "for Biel-Seeland" do
expect(data.fourth).to include(empty_row.merge({
expect(data.second).to include(empty_row.merge({
"Vollständiger Name" => "Biel-Seeland",
"Kanton" => "Bern",
"BSV Nummer" => 3115,
Expand Down

0 comments on commit 36b023b

Please sign in to comment.