Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Dec 3, 2023
1 parent 27308d9 commit 7fbc498
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ def test_multiple_rules(self):

self.assertEqual(
set(actual_gen_info_1.targets()),
{"module_1/__init__", "module_1/submodule_1"})
{"module_1/__init__", "module_1/submodule_1/__init__"})
self.assertEqual(
set(actual_gen_info_2.targets()), {"module_2/__init__"})

Expand Down

0 comments on commit 7fbc498

Please sign in to comment.