Skip to content

Commit 3528827

Browse files
committed
add username after TODO
1 parent f0c551d commit 3528827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Firestore/Example/Tests/SpecTests/FSTSpecTests.mm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -890,9 +890,9 @@ - (void)validateActiveTargets {
890890
XCTAssertNotEqual(found, actualTargets.end(), @"Expected active target not found: %s",
891891
targetData.ToString().c_str());
892892

893-
// TODO: Replace the XCTAssertEqual() checks on the individual properties of TargetData below
894-
// with the single assertEquals on the TargetData objects themselves if the sequenceNumber is
895-
// ever made to be consistent.
893+
// TODO(Mila): Replace the XCTAssertEqual() checks on the individual properties of TargetData
894+
// below with the single assertEquals on the TargetData objects themselves if the sequenceNumber
895+
// is ever made to be consistent.
896896
// XCTAssertEqualObjects(actualTargets[targetID], TargetData);
897897
const TargetData &actual = found->second;
898898

0 commit comments

Comments
 (0)