Skip to content

Commit

Permalink
Merge pull request #816 from null-z/fix-example-testcase-id-doc
Browse files Browse the repository at this point in the history
Fix example testcase in Examples.md
  • Loading branch information
tomlokhorst committed Apr 17, 2023
2 parents 68cf4d9 + 5a8c96f commit 2b38c71
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Documentation/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ The `R.validate()` method will throw a detailed error about the problems that oc

*Example testcase*
```swift
do {
try R.validate()
} catch {
XCTFail(error)
}
XCTAssertNoThrow(try R.validate())
```

## Images
Expand Down

0 comments on commit 2b38c71

Please sign in to comment.