BearND has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/403770 )
Change subject: Fix another lint issue
......................................................................
Fix another lint issue
I ran into these when trying to commit my patches. I run the pre-commit
hook, which runs lint automatically.
Change-Id: Icb8b88f6b69837703b0c293d5596871aeafa2337
---
M test/diff/diff.js
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/mobileapps
refs/changes/70/403770/1
diff --git a/test/diff/diff.js b/test/diff/diff.js
index 85ff7d9..994486b 100644
--- a/test/diff/diff.js
+++ b/test/diff/diff.js
@@ -50,7 +50,7 @@
for (const spec of testSpec.TEST_SPECS) {
it(`${spec.testName()}`, () => {
return preq.get({ uri: buildUri(spec.uriPath()),
- headers: 'cache-control: no-cache' })
+ headers: 'cache-control: no-cache' })
.then((rsp) => {
const content =
fs.readFileSync(spec.filePath(), 'utf8');
spec.postProcessing(rsp);
--
To view, visit https://gerrit.wikimedia.org/r/403770
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb8b88f6b69837703b0c293d5596871aeafa2337
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/mobileapps
Gerrit-Branch: master
Gerrit-Owner: BearND <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits