Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simfeld authored Apr 13, 2024
1 parent 2f36562 commit f23708b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/resources/events/reads_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
expect(jsonapi_data).to have(1).items
end

it 'returns only events wih number having a specific prefix' do
it 'returns only events with number having a specific prefix' do
params[:filter] = { number: { prefix: 'COURSE-' } }
render
expect(jsonapi_data).to have(2).items
Expand Down

0 comments on commit f23708b

Please sign in to comment.