mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
fix bug with min-version condition
This commit is contained in:
@@ -102,5 +102,7 @@ public class PluginConditionTest
|
||||
assertTrue(new PluginCondition("1.0", null,
|
||||
null).isSupported("1.1-SNAPSHOT", null,
|
||||
null));
|
||||
assertTrue(new PluginCondition("1.1", null, null).isSupported("1.1", null,
|
||||
null));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user