Skip to content

Commit

Permalink
test: clarified the content of a variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemalvarambhia committed Dec 8, 2024
1 parent f714894 commit d877a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/rubycritic/learning/churn_gem_learning_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Churn::GitAnalyzer.stubs(:supported?).returns(true)
churn_calculator = Churn::ChurnCalculator.new(config)
churn_calculator.stubs(:parse_log_for_changes).returns([['file.rb', 4], ['less.rb', 1]])
churn_calculator.stubs(:parse_log_for_revision_changes).returns(['revision'])
churn_calculator.stubs(:parse_log_for_revision_changes).returns(['revision-git-sha'])

report = churn_calculator.report(false)

Expand Down

0 comments on commit d877a8f

Please sign in to comment.