Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental committed Jun 25, 2020
1 parent 825b68c commit 8061940
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import mozilla.telemetry.glean.rust.LibGleanFFI
import mozilla.telemetry.glean.rust.getAndConsumeRustString
import mozilla.telemetry.glean.rust.toBoolean
import mozilla.telemetry.glean.rust.toByte
import mozilla.telemetry.glean.GleanMetrics.GleanBaseline
import mozilla.telemetry.glean.GleanMetrics.GleanInternalMetrics
import mozilla.telemetry.glean.GleanMetrics.Pings
import mozilla.telemetry.glean.net.BaseUploader
Expand Down
1 change: 0 additions & 1 deletion glean-core/ios/GleanTests/GleanTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ class GleanTests: XCTestCase {
let pingInfo = json?["ping_info"] as? [String: Any]
XCTAssertEqual("foreground", pingInfo?["reason"] as? String)


// We should not have any metrics for a ping with the "foreground" flag
XCTAssertNil(json?["metrics"], "metrics is not nil")

Expand Down

0 comments on commit 8061940

Please sign in to comment.