Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Apr 17, 2024
1 parent 7c30be4 commit 08a6363
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scope/fixtures/TestDestructors.golden
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
],
"009 Multiple functions: SELECT destructor(name='one'), destructor(name='two'), destructor(name='three') FROM scope() - markers": [
"Func Open one 1",
"Func Open two 1",
"Func Open three 1",
"Func Close three 1",
"Func Close two 1",
"Func Open two 2",
"Func Open three 3",
"Func Close three 3",
"Func Close two 2",
"Func Close one 1"
]
}

0 comments on commit 08a6363

Please sign in to comment.