Skip to content

Commit 47c64fe

Browse files
committed
update readme
1 parent 02a9f91 commit 47c64fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ The test code in these files clearly demonstrates how to test the API, Git, and
4444
One important thing to remember is that for all integration tests, you should add the following snippet at the beginning of your test function:
4545

4646
```go
47-
if testing.Short() {
48-
t.Skip("skipping integration test")
49-
}
47+
if testing.Short() {
48+
t.Skip("skipping integration test")
49+
}
5050
```
5151

5252
This allows you to differentiate between unit tests and integration tests.

0 commit comments

Comments
 (0)