Skip to content

Commit aa654fc

Browse files
committed
standard
1 parent d36e326 commit aa654fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/fx/adapters/postgres/query_executor_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ def initialize(row)
2828
it "executes query with multiple results" do
2929
connection = ActiveRecord::Base.connection
3030
query = <<~SQL
31-
SELECT 'first' as name
32-
UNION ALL
33-
SELECT 'second' as name
34-
ORDER BY name
31+
SELECT 'first' as name
32+
UNION ALL
33+
SELECT 'second' as name
34+
ORDER BY name
3535
SQL
3636
simple_name = Class.new do
3737
attr_reader :name

0 commit comments

Comments
 (0)