Skip to content

Commit 338ecf1

Browse files
Update README.md
1 parent ca0942a commit 338ecf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Web Test Automation [User Guide](https://opensource.twosigma.com/webtau/guide/)
77
```groovy
88
scenario("simple get") {
99
http.get("/weather") {
10-
temperature.should == 88
10+
temperature.shouldBe < 100
1111
}
1212
}
1313
```
@@ -28,4 +28,4 @@ information will be displayed in a special box
2828

2929
## Precise Reporting
3030

31-
![report-image](webtau-docs/webtau/img/rest-crud-separated-report.png)
31+
![report-image](webtau-docs/webtau/img/rest-crud-separated-report.png)

0 commit comments

Comments
 (0)