mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-01-08 19:27:57 +01:00
Fix ProviderFactoryTest
This commit is contained in:
parent
218c068ddb
commit
18abebbf9e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class ProviderFactoryTest {
|
|||
|
||||
private ProviderFactory customProviderFactory = new ProviderFactory() {
|
||||
|
||||
Provider provider = new Provider("PL", "0.1", "PGPainlessTestProvider") {
|
||||
Provider provider = new Provider("PL", 1L, "PGPainlessTestProvider") {
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue