DEV: Fix random typos (#22078)

Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
This commit is contained in:
Jarek Radosz
2023-06-13 22:02:21 +02:00
committed by GitHub
parent 286dfcacb4
commit dae3970bad
22 changed files with 29 additions and 30 deletions

View File

@ -595,7 +595,7 @@ RSpec.describe Admin::BackupsController do
)
end
it "works with multiple chunks when the final chunk is just the remaninder" do
it "works with multiple chunks when the final chunk is just the remainder" do
freeze_time
described_class.any_instance.expects(:has_enough_space_on_disk?).times(3).returns(true)