We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c42f45 commit 61646f0Copy full SHA for 61646f0
spec/lib/pg_query/deparse_bad_tree_spec.rb
@@ -25,7 +25,7 @@
25
26
expect { PgQuery.deparse(tree) }.to raise_error do |error|
27
expect(error).to be_a(described_class::ParseError)
28
- expect(error.message).to eq "deparse: error in deparseTargetList: ResTarget without val (postgres_deparse.c:1582)"
+ expect(error.message).to eq "deparse: error in deparseTargetList: ResTarget without val (postgres_deparse.c:1596)"
29
end
30
31
0 commit comments