1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-01-08 19:27:57 +01:00

Fix ProviderFactoryTest

This commit is contained in:
Paul Schaub 2020-01-10 22:16:42 +01:00
parent 218c068ddb
commit 18abebbf9e
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -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") {
};