提交 824f1f11 编写于 作者: S serge-rider

Test compile fix

上级 48a917ec
......@@ -16,7 +16,6 @@
*/
package org.jkiss.dbeaver.ext.postgresql;
import org.jkiss.dbeaver.DBException;
import org.jkiss.dbeaver.ext.postgresql.model.PostgreDataType;
import org.jkiss.dbeaver.model.DBPDataKind;
import org.jkiss.dbeaver.model.data.DBDDataFormatter;
......@@ -85,7 +84,7 @@ public class PostgreValueParserTest {
private DataFormatterProfile dataFormatterProfile = new DataFormatterProfile("test_profile", new TestPreferenceStore());
@Before
public void setUp() throws DBException, IllegalAccessException, InstantiationException {
public void setUp() throws Exception {
numberDataFormatter.init(doubleItemType, Locale.ENGLISH, new HashMap<>());
setupGeneralWhenMocks();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册