Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mamilic committed Oct 30, 2024
1 parent 9bb8490 commit fe0e194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/maven-suite/projectView.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ suite("Maven Project View Tests", () => {
const mavenDependency = projectChildren[3] as ContainerNode;
const mavenChildren = await mavenDependency.getChildren();

assert.equal(mavenChildren[0].getDisplayName(), "org.hamcrest:hamcrest-core:1.3")
assert.equal(mavenChildren[1].getDisplayName(), "junit:junit:4.13.1")
assert.equal(mavenChildren[0].getDisplayName(), "org.hamcrest:hamcrest-core:1.3");
assert.equal(mavenChildren[1].getDisplayName(), "junit:junit:4.13.1");
});

teardown(async () => {
Expand Down

0 comments on commit fe0e194

Please sign in to comment.