summaryrefslogtreecommitdiff
path: root/test/win32ole/test_win32ole_typelib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/win32ole/test_win32ole_typelib.rb')
-rw-r--r--test/win32ole/test_win32ole_typelib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/win32ole/test_win32ole_typelib.rb b/test/win32ole/test_win32ole_typelib.rb
index 09a7f32c88..a548bc1534 100644
--- a/test/win32ole/test_win32ole_typelib.rb
+++ b/test/win32ole/test_win32ole_typelib.rb
@@ -66,7 +66,7 @@ if defined?(WIN32OLE_TYPELIB)
def test_version
tlib = WIN32OLE_TYPELIB.new("Microsoft Shell Controls And Automation")
- assert_equal(1.0, tlib.version)
+ assert_equal("1.0", tlib.version)
end
def test_major_version