Skip to content

Commit 58b6849

Browse files
committed
remove space, remove unnecessary comment
1 parent 4f8da91 commit 58b6849

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

WooCommerce/WooCommerceUITests/Tests/StatsTests.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ final class StatsTests: XCTestCase {
1515
try LoginFlow.logInWithWPcom()
1616
}
1717

18-
// Disabled test, added to test stats mocks. To be updated into a real test later.
1918
func testStatsScreenLoad() throws {
2019
try skipTillImplemented()
2120
try TabNavComponent().goToMyStoreScreen()
2221
}
23-
24-
22+
23+
2524
func skipTillImplemented(file: StaticString = #file, line: UInt = #line) throws {
2625
try XCTSkipIf(true,
2726
"Skipping until test is properly implemented", file: file, line: line)

0 commit comments

Comments
 (0)