summaryrefslogtreecommitdiffhomepage
path: root/test/drawing/tc_pic.rb
diff options
context:
space:
mode:
authorSebastiano <[email protected]>2023-01-17 15:02:54 +0100
committerKoza <[email protected]>2023-04-12 17:29:29 +0200
commit892b06a1ab832133ac933e58d09acfc24ad24d22 (patch)
tree2374f981e7d56cfe30a3d52b08069da42afab14f /test/drawing/tc_pic.rb
parent664921094c275b1d5e69077b26394a676bb5e5d7 (diff)
downloadcaxlsx-892b06a1ab832133ac933e58d09acfc24ad24d22.tar.gz
caxlsx-892b06a1ab832133ac933e58d09acfc24ad24d22.zip
improve tests
Diffstat (limited to 'test/drawing/tc_pic.rb')
-rw-r--r--test/drawing/tc_pic.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/drawing/tc_pic.rb b/test/drawing/tc_pic.rb
index aa4d6af7..d38d5e9a 100644
--- a/test/drawing/tc_pic.rb
+++ b/test/drawing/tc_pic.rb
@@ -24,6 +24,7 @@ class TestPic < Test::Unit::TestCase
assert_equal(@p.workbook.images[1], @image_remote)
assert_equal(@image_remote.file_name, nil)
assert_equal(@image_remote.image_src, @test_img_remote_png)
+ assert_equal(@image_remote.remote?, true)
end