aboutsummaryrefslogtreecommitdiffstats
path: root/test/roo/test_open_office.rb
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2020-03-18 00:23:09 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2020-03-18 00:23:09 -0400
commit7b9b247ca0c0eb4fd3d671f1115268320463f811 (patch)
tree97fedef8bbd69d14915e632b71667fd6e17402b9 /test/roo/test_open_office.rb
parentdc1f158742d13d56d5a9efc0fa334d1b5dec346f (diff)
parent9e07e8cd4836ddc89accdb7b20152c9a4f06fd03 (diff)
Update upstream source from tag 'upstream/2.8.3'
Update to upstream version '2.8.3' with Debian dir db1abc7ffa205802af9542241b1f7dfc574e8bf8
Diffstat (limited to 'test/roo/test_open_office.rb')
-rw-r--r--test/roo/test_open_office.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/roo/test_open_office.rb b/test/roo/test_open_office.rb
index e6118b6..18083a5 100644
--- a/test/roo/test_open_office.rb
+++ b/test/roo/test_open_office.rb
@@ -15,7 +15,7 @@ class TestRooOpenOffice < Minitest::Test
def test_download_uri_with_invalid_host
assert_raises(RuntimeError) do
- roo_class.new("http://example.com/file.ods")
+ roo_class.new("http://examples.com/file.ods")
end
end