Skip to content

Commit

Permalink
修复单元测试错误.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieqiurong committed Jul 25, 2024
1 parent 87925fc commit 2e62fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void test() throws IOException {
Assertions.assertFalse(bom.isOptional());
Assertions.assertEquals(dependenciesMap.get("spring-cloud-commons").getVersion(), "4.1.4");
Assertions.assertEquals(dependenciesMap.get("mybatis-spring").getVersion(), "3.0.3");
Assertions.assertEquals(dependenciesMap.get("spring-boot-dependencies").getVersion(), "3.3.1");
Assertions.assertEquals(dependenciesMap.get("spring-boot-dependencies").getVersion(), "3.3.2");
}
}

Expand Down

0 comments on commit 2e62fa1

Please sign in to comment.