Skip to content

Commit c73faa9

Browse files
committed
style(rubocop): fix assertion
1 parent b6d0089 commit c73faa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_statement.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def test_named_bind_not_found
257257
end
258258

259259
def test_named_params
260-
assert_equal [], @stmt.named_params
260+
assert_empty @stmt.named_params
261261

262262
stmt = SQLite3::Statement.new(@db, "select :foo, $bar, @zed")
263263
assert_equal ["foo", "bar", "zed"], stmt.named_params

0 commit comments

Comments
 (0)