Skip to content

Commit c31f467

Browse files
authored
Update README.md
1 parent 7f30cc4 commit c31f467

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The project contains two test projects: unit tests and integration tests.
171171

172172
## Unit tests
173173

174-
Unit tests are performed in the domain layer, at the entity and domain service levels, using Moq to ensure there are no external dependencies.
174+
In our project, unit tests were performed in the domain layer, at the entity and domain service levels, using Moq to ensure there were no external dependencies.
175175

176176
### Entities
177177
![image](https://github.com/user-attachments/assets/0750163d-ceea-4ffa-8f0a-e45068f44737)
@@ -180,7 +180,8 @@ Unit tests are performed in the domain layer, at the entity and domain service l
180180

181181
## Integration tests
182182

183-
Integration tests are performed using a test SQL Server with fixed data at the infrastructure, application, and API levels
183+
In our project, integration tests are performed using a test SQL Server with fixed data at the infrastructure, application, and API layers.
184+
184185
### Infrastructure
185186
![image](https://github.com/user-attachments/assets/6b301d58-06d8-4dc4-b48e-c868f35b28ae)
186187
### Application

0 commit comments

Comments
 (0)