mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08: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() {
|
void serialisation() {
|
||||||
final String query = make(testeeBuilder).getQuery();
|
final String query = make(testeeBuilder).getQuery();
|
||||||
|
|
||||||
assertThat(query).contains("serializationtype=jboss");
|
assertThat(query).contains("serializationtype=java");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue