INFRA-3970 | Dhruv | fix test

This commit is contained in:
dhruvjoshi
2024-12-16 20:41:56 +05:30
parent 56671e28cb
commit 1c6d0bcd5d

View File

@@ -232,7 +232,7 @@ const getBreachedLimits = (
manifestEnv,
);
const path = `${manifestPath}/${key}`;
if (isBreach && currentManifestObj !== currentPreManifestObj && currentManifestObj.length > 0) {
if (isBreach && currentManifestObj !== currentPreManifestObj) {
const obj = {
op: getOp(currentPreManifestObj),
path: path,