Skip to content

Commit ab55f10

Browse files
committed
Copy paste fail
1 parent d466add commit ab55f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/parse_and_generate_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
SQLTree["COMMIT"].to_sql.should == "COMMIT"
9595
end
9696

97-
it "should parse and generate a COMMIT statement" do
97+
it "should parse and generate a ROLLBACK statement" do
9898
SQLTree["ROLLBACK"].to_sql.should == "ROLLBACK"
9999
end
100100

0 commit comments

Comments
 (0)