Commit 22c9e55f authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Remove duplicated lines in tests

parent a6109dbd
......@@ -41,7 +41,6 @@ describe('ExportAnnotations', () => {
{ attachTo: newContainer },
);
wrappers.push(wrapper);
containers.push(newContainer);
return wrapper;
};
......
......@@ -62,7 +62,6 @@ describe('ImportAnnotations', () => {
{ attachTo: newContainer },
);
wrappers.push(wrapper);
containers.push(newContainer);
return wrapper;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment