You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert_equalcount,matched_queries.size,"#{matched_queries.size} instead of #{count} queries were executed.#{count.log.empty? ? '' : "\nQueries:\n#{counter.log.join("\n")}"}"
39
+
else
40
+
assert_operatormatched_queries.size,:>=,1,"1 or more queries expected, but none were executed.#{counter.log.empty? ? '' : "\nQueries:\n#{counter.log.join("\n")}"}"
41
+
end
42
+
43
+
result
44
+
end
45
+
end
46
+
25
47
private
26
48
27
49
# Rails tests expect a save-point to be created and released. SQL Server does not release
0 commit comments