Skip to content

Commit

Permalink
Update Testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fratschi authored Nov 14, 2021
1 parent a6d0939 commit 47b99f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-Fundamentals-I/01_Testing/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ A browser window will open and display the covered and uncovered lines of every
### Running only a subset of the tests
```go test -run Integration```

This would only call tests that are named IntegrationXXXTest
This would only call tests that are named TestIntegration_FunctionName

## Using testify

Expand Down

0 comments on commit 47b99f1

Please sign in to comment.