test: enable duration column tests

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-09-29 12:19:33 +05:30
parent f73f1d5c4d
commit 9dacc16798
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ const nocoTestSuite = (apiType, dbType) => {
t3b.genTest(apiType, dbType);
t3c.genTest(apiType, dbType);
t3d.genTest(apiType, dbType);
// NcGUI v2 t3e.genTest(apiType, dbType);
t3e.genTest(apiType, dbType);
t3f.genTest(apiType, dbType);
};