Skip to content
Snippets Groups Projects
Commit dcd6fc6b authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Remove the unused 'var current = controller.getCurrent();' line as per @jedp's suggestion.

parent 32c8c83c
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,6 @@
createController();
network.withContext(function() {
mediator.publish("kpi_data", { number_emails: 1 });
var current = controller.getCurrent();
testHelpers.testObjectValuesEqual(controller.getCurrent(), {
number_emails: 1
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment