Skip to content

Commit

Permalink
Fix a missing import that made it through CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Feb 19, 2025
1 parent 55e9083 commit c7e0b8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;

import org.junit.Test;
import org.mozilla.javascript.testutils.Utils;
import org.mozilla.javascript.tools.shell.Global;

/**
Expand Down

0 comments on commit c7e0b8e

Please sign in to comment.