mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1962 - Refactor simplify Postgres platforms to POSTGRES and POSTGRES9
This commit is contained in:
@@ -24,7 +24,6 @@ public class PlatformMatchTest {
|
||||
|
||||
assertTrue(PlatformMatch.matchPlatform(Platform.POSTGRES, "postgres"));
|
||||
assertTrue(PlatformMatch.matchPlatform(Platform.POSTGRES9, "postgres"));
|
||||
assertTrue(PlatformMatch.matchPlatform(Platform.POSTGRES10, "postgres"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user