Skip to content

Commit

Permalink
Restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Aug 20, 2024
1 parent 6189b47 commit e395f26
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3071,14 +3071,16 @@ def _other_ext_impl(ctx):
"@@+other_ext+other_foo//:target3",
"@@+other_ext+other_bar//:target4",
"@@+other_ext+other_foo//:foo",
"@@+other_ext+other_bar//:bar");
"@@+other_ext+other_bar//:bar")
.inOrder();
assertThat((List<?>) result.get(skyKey).getModule().getGlobal("bar_list"))
.containsExactly(
"@@+other_ext+other_foo//:target5",
"@@+other_ext+other_bar//:target6",
"@@+other_ext+other_foo//:target7",
"@@+other_ext+other_bar//:target8",
"@@+other_ext+other_foo//:foo",
"@@+other_ext+other_bar//:bar");
"@@+other_ext+other_bar//:bar")
.inOrder();
}
}

0 comments on commit e395f26

Please sign in to comment.