Fix Test Case (#12818)

This commit is contained in:
Ayush Shah 2023-08-09 18:41:25 +05:30 committed by GitHub
parent e97d4befb1
commit d09d0689ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,6 @@ public class TestCaseRepository extends EntityRepository<TestCase> {
public TestCaseRepository(CollectionDAO dao) {
super(COLLECTION_PATH, TEST_CASE, TestCase.class, dao.testCaseDAO(), dao, PATCH_FIELDS, UPDATE_FIELDS);
quoteFqn = true;
}
@Override