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', () => { ...@@ -41,7 +41,6 @@ describe('ExportAnnotations', () => {
{ attachTo: newContainer }, { attachTo: newContainer },
); );
wrappers.push(wrapper); wrappers.push(wrapper);
containers.push(newContainer);
return wrapper; return wrapper;
}; };
......
...@@ -62,7 +62,6 @@ describe('ImportAnnotations', () => { ...@@ -62,7 +62,6 @@ describe('ImportAnnotations', () => {
{ attachTo: newContainer }, { attachTo: newContainer },
); );
wrappers.push(wrapper); wrappers.push(wrapper);
containers.push(newContainer);
return wrapper; 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