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