Skip to content

Commit

Permalink
Fixes typo in endowed funds report test.
Browse files Browse the repository at this point in the history
  • Loading branch information
shelleydoljack committed Mar 9, 2020
1 parent 8393e52 commit 27d60d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/endowed_funds_reports_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end

describe 'post#create gets a set of catalog keys' do
context 'when there are keys returned from the Expenditires table' do
context 'when there are keys returned from the Expenditures table' do
before do
%w(123 456 789).each do |ckey|
FactoryBot.create(:expenditures, ol_cat_key: ckey)
Expand Down

0 comments on commit 27d60d9

Please sign in to comment.