We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86684d7 commit ea28dd8Copy full SHA for ea28dd8
io.sloeber.tests/src/io/sloeber/core/BuildTests.java
@@ -902,8 +902,7 @@ public void issue1723() throws Exception {
902
//There should be 1 lib in the project
903
sloeberConf=ISloeberConfiguration.getActiveConfig(theTestProject, true);
904
Map<IPath, IArduinoLibraryVersion> usedLibs=sloeberConf.getUsedLibraries();
905
- assertTrue(usedLibs.size()==1,"Private Lib not found");
906
-
+ assertEquals(1,usedLibs.size(),"Private Lib not found");
907
908
}
909
0 commit comments