mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
Fix test failure
This commit is contained in:
parent
df9cc31d41
commit
7428258882
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class ConnectionTest {
|
|||
void serialisation() {
|
||||
final String query = make(testeeBuilder).getQuery();
|
||||
|
||||
assertThat(query).contains("serializationtype=jboss");
|
||||
assertThat(query).contains("serializationtype=java");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in a new issue