Skip to content

Commit e4891a7

Browse files
author
Laurynas Butkus
committed
Adjust txt sample
1 parent 87f3692 commit e4891a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/convert_api/task_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
let(:task) { described_class.new(from_format, to_format, params) }
33
let(:from_format) { 'txt' }
44
let(:to_format) { 'pdf' }
5-
let(:params) { { File: 'https://www.w3.org/TR/PNG/iso_8859-1.txt' } }
5+
let(:params) { { File: 'https://www.w3.org/TR/2003/REC-PNG-20031110/iso_8859-1.txt' } }
66

77
describe '#run' do
88
subject { task.run }

spec/convert_api_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
ConvertApi::Result.new(
8282
'ConversionCost' => 1,
8383
'Files' => [
84-
'Url' => 'https://www.w3.org/TR/PNG/iso_8859-1.txt',
84+
'Url' => 'https://www.w3.org/TR/2003/REC-PNG-20031110/iso_8859-1.txt',
8585
],
8686
)
8787
end

0 commit comments

Comments
 (0)