Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jan 9, 2025
1 parent 13f323d commit a9d75fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void testFile() {

@Test
public void testJar() {
// Use the class file of this test to verify the sanity of ResourceUtil.
// Use the class file of Spark code to verify the sanity of ResourceUtil.
List<String> classes =
ResourceUtil.getResources("org", Pattern.compile("apache/spark/SparkContext\\.class"));
Assert.assertEquals(1, classes.size());
Expand Down

0 comments on commit a9d75fe

Please sign in to comment.