Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/filterStorage.js

Issue 29375915: Issue 4878 - Start using ESLint for adblockpluscore (Closed)
Patch Set: Addressed Sebastian's initial feedback Created Feb. 21, 2017, 6:12 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/filterStorage.js
diff --git a/test/filterStorage.js b/test/filterStorage.js
index 466ae8dc7144c081b0788255fbc506921e08c97d..1b0f2e33eaece28d3d7165ed77ad46d93181fe68 100644
--- a/test/filterStorage.js
+++ b/test/filterStorage.js
@@ -57,7 +57,7 @@ function compareFiltersList(test, testMessage, list)
function compareFilterSubscriptions(test, testMessage, filter, list)
{
let result = filter.subscriptions.map(subscription => subscription.url);
- let expected = list.map(subscription => subscription.url);
+ let expected = list.map(subscription => subscription.url);
test.deepEqual(result, expected, testMessage);
}
« test/_common.js ('K') | « test/filterNotifier.js ('k') | test/filterStorage_readwrite.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld