Skip to content

Commit

Permalink
Update contribute/backend/style-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Baldry <[email protected]>
  • Loading branch information
brmurphy and jdbaldry authored Jan 5, 2024
1 parent a48cb27 commit 7916674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribute/backend/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Use [`t.Cleanup`](https://golang.org/pkg/testing/#T.Cleanup) to clean up resourc

### Mock

Optionally, we use [`mock.Mock`](https://github.com/stretchr/testify#mock-package) package to write mocks.
Optionally, we use [`mock.Mock`](https://github.com/stretchr/testify#mock-package) package to write mocks.
This is useful when you expect different behaviors of the same function.

#### Tips
Expand Down

0 comments on commit 7916674

Please sign in to comment.