0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-01-14 01:18:59 -05:00

fix typo in architecture.md

This commit is contained in:
Gusted 2025-01-03 06:04:35 +01:00
parent 26583527ed
commit 2da0c137a6
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -59,6 +59,6 @@ Integration tests ensure that the behavior of the entire program is correct, whi
### Unit tests
Unit tests are implemented in `<filename>_test.go_` for the corresponding `<filename>.go` code. Not all files will have unit tests.
Unit tests are implemented in `<filename>_test.go` for the corresponding `<filename>.go` code. Not all files will have unit tests.
They test the expected result and behavior of the function.