Skip to content

Commit

Permalink
Merge pull request #876 from minvws/chore/fix-verifier-start-test
Browse files Browse the repository at this point in the history
Fixed test
  • Loading branch information
Rool authored Sep 22, 2021
2 parents f151428 + ee863d7 commit a3a5dc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class VerifierStartViewControllerTests: XCTestCase {
expect(self.sut.sceneView.primaryTitle) == L.verifierStartButtonTitle()

// Snapshot
sut.assertImage()
assertSnapshot(matching: sut, as: .image(precision: 0.9))
}

func test_primaryButtonTapped_noScanInstructionsShown() {
Expand Down

0 comments on commit a3a5dc6

Please sign in to comment.