Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Nov 26, 2024
1 parent 0515011 commit e55c598
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/VergeTests/StoreReaderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ final class StoreReaderTests: XCTestCase {
let inspect = try view.inspect()

XCTAssertEqual(count, 0)

// POC
XCTAssertEqual(try inspect.vStack()[0].text().string(), "Hello")

XCTAssertEqual(try inspect.find(viewWithId: "count_1").text().string(), "0")

Expand Down

0 comments on commit e55c598

Please sign in to comment.