Browse Source

CLDC-4142: Update other tests

pull/3161/head
Samuel Young 1 week ago
parent
commit
6751136a07
  1. 2
      spec/lib/tasks/log_variable_definitions_spec.rb

2
spec/lib/tasks/log_variable_definitions_spec.rb

@ -6,7 +6,7 @@ RSpec.describe "log_variable_definitions" do
subject(:task) { Rake::Task["data_import:add_variable_definitions"] }
let(:path) { "spec/fixtures/variable_definitions" }
let(:total_variable_definitions_count) { 431 }
let(:total_variable_definitions_count) { 447 }
before do
Rake.application.rake_require("tasks/log_variable_definitions")

Loading…
Cancel
Save