Skip to content

Commit 8e46eeb

Browse files
committed
fix expectations to expect the correct values
1 parent 27f786b commit 8e46eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/test/library-tests/ast/constants/constants.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ constantWriteAccessQualifiedName
6565
| constants.rb:12:9:13:11 | ClassC | ModuleA::ModuleB::ClassC |
6666
| constants.rb:17:1:17:8 | GREETING | GREETING |
6767
| constants.rb:20:5:20:9 | Names | Names |
68-
| constants.rb:31:1:32:3 | ClassD | ClassD |
69-
| constants.rb:34:1:35:3 | ModuleC | ModuleC |
68+
| constants.rb:31:1:32:3 | ClassD | ModuleA::ClassD |
69+
| constants.rb:34:1:35:3 | ModuleC | ModuleA::ModuleC |
7070
| constants.rb:37:1:37:26 | MAX_SIZE | MAX_SIZE |

0 commit comments

Comments
 (0)