Skip to content

Commit c0b22d7

Browse files
committed
Fix lints
1 parent c547526 commit c0b22d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glean/tests/core/upload/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ describe("PingUploader", function() {
212212
const headers = postSpy.firstCall.args[2] || {};
213213

214214
assert.strictEqual(documentId, expectedDocumentId);
215-
assert.strictEqual(appId, Context.applicationId)
215+
assert.strictEqual(appId, Context.applicationId);
216216

217217
assert.ok("Date" in headers);
218218
assert.ok("User-Agent" in headers);

0 commit comments

Comments
 (0)