Skip to content

Commit c367829

Browse files
committed
[Appveyor] Fix host windows check.
1 parent cfcefde commit c367829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/helper_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def host_windows? ; RbConfig::CONFIG['host_os'] =~ /mswin|mingw/ ; end
2626
def connection_mode_dblib? ; self.class.connection_mode_dblib? ; end
2727
def connection_mode_odbc? ; self.class.connection_mode_odbc? ; end
2828
def sqlserver_azure? ; self.class.sqlserver_azure? ; end
29-
def host_windows? ; self.host_windows? ; end
29+
def host_windows? ; self.class.host_windows? ; end
3030

3131
def connection
3232
ActiveRecord::Base.connection

0 commit comments

Comments
 (0)