mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fixed feature test and API test cases.
2) Added logic to exclude RESQL test cases.
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
},
|
||||
"copy": {
|
||||
"1": [2, "2", "int"],
|
||||
"2": ["1", "1", "int"]
|
||||
"2": ["1", "1", "int"],
|
||||
"5": ["\"\"", "", "text"]
|
||||
},
|
||||
"update": {
|
||||
"4": ["Hello World Again", "Hello World Again", "text"]
|
||||
|
||||
Reference in New Issue
Block a user