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:
parent
26583527ed
commit
2da0c137a6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue