mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Fix random typos (#22078)
Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user