Skip to content

Commit f1afa2b

Browse files
committed
Ruby: Fix expected test output
1 parent 927b402 commit f1afa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/test/library-tests/frameworks/sinatra/Sinatra.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ params
3232
erbCalls
3333
| app.rb:76:5:76:36 | call to erb | views/index.erb:0:0:0:0 | views/index.erb |
3434
erbSyntheticGlobals
35-
| SinatraErbLocalsHash(library-tests/frameworks/sinatra/views/index.erb,library-tests/frameworks/sinatra/app.rb@76:5:76:36) | views/index.erb:0:0:0:0 | views/index.erb |
35+
| SinatraErbLocalsHash(views/index.erb,app.rb@76:5:76:36) | views/index.erb:0:0:0:0 | views/index.erb |
3636
filters
3737
| app.rb:84:3:87:5 | call to before | before |
3838
| app.rb:98:3:100:5 | call to after | after |

0 commit comments

Comments
 (0)