Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit d82814f

Browse files
committed
fixed test
1 parent 353e2ac commit d82814f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/send-alma-sms_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
end
1414
it "skips files that don't start with Ful" do
1515
allow(@sftp_dir).to receive(:glob).and_return([double('SFTP::Name', name: 'some_wrong_file', file?: true)])
16-
expect(@logger_double).to receive(:info).with("Finished Processing SMS Messages")
16+
expect(@logger_double).to receive(:info).with("Finished Processing SMS Messages\n{:total_files=>0, :num_files_sent=>0, :num_files_not_sent=>0, :total_files_in_input_directory_after_script=>0}")
1717
subject
1818
end
1919
it "processes files that do start with Ful" do

0 commit comments

Comments
 (0)