Skip to content

Commit

Permalink
refactor: remove unused 'throws Exception' declaration in setUp method
Browse files Browse the repository at this point in the history
Signed-off-by: vivek-bandi <[email protected]>
  • Loading branch information
vivek-bandi committed Jan 2, 2025
1 parent 8aa8ca0 commit 4a4ada8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AssemblyFileSetUtilsExcludesTest {
private List<Path> paths;

@BeforeEach
public void setUp() throws Exception {
public void setUp() {
paths = Arrays.asList(
Paths.get("usr", "bin"),
Paths.get("usr", ".git"),
Expand Down

0 comments on commit 4a4ada8

Please sign in to comment.