Fix wrong query.

This commit is contained in:
Paulo Gustavo Veiga
2020-11-08 15:42:51 -08:00
parent 2a485b71db
commit 64411c6232
2 changed files with 2 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import com.wisemapping.filter.SupportedUserAgent;
import org.testng.Assert;
import org.testng.annotations.Test;
@Test
@Test(enabled=false)
public class UserAgentTest {