Skip to content

Commit

Permalink
Turn doc-comment into inline comment
Browse files Browse the repository at this point in the history
lint/style fix
  • Loading branch information
badboy committed Jan 20, 2020
1 parent 0e74ffd commit 24ef2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glean-core/ios/GleanTests/Metrics/PingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class PingTests: XCTestCase {

Glean.shared.submitPingsByName(pingNames: ["unknown"])

/// We wait for a timeout to happen, as we don't expect any data to be sent.
// We wait for a timeout to happen, as we don't expect any data to be sent.
waitForExpectations(timeout: 5.0) { _ in
XCTAssert(true, "Test didn't time out when it should")
}
Expand Down

0 comments on commit 24ef2df

Please sign in to comment.