Skip to content

Commit

Permalink
HBX-2780: Create Interface for TableFilterWrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Aers <koen.aers@gmail.com>
  • Loading branch information
koentsje committed Apr 30, 2024
1 parent ac16f2d commit a6f0adb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import org.hibernate.tool.orm.jbt.internal.factory.TypeFactoryWrapperFactory;
import org.hibernate.tool.orm.jbt.internal.util.TypeRegistry;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

public class TypeFactoryWrapperTest {
Expand Down Expand Up @@ -182,7 +181,6 @@ public void testGetBasicType() {
assertEquals("string", typeWrapper.getName());
}

@Disabled
@Test
public void testGetTypeFormats() {
Map<TypeWrapper, String> typeFormats = typeFactoryWrapper.getTypeFormats();
Expand Down

0 comments on commit a6f0adb

Please sign in to comment.