Skip to content

Commit 03e5daf

Browse files
committed
Update README file
1 parent 3da2460 commit 03e5daf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ Create a `config.yaml` file in the root directory with the following content:
8080

8181
1. **Run all tests**:
8282

83-
go test ./... -v
83+
go test ./... -v
8484

8585
2. **Run specific tests**:
8686

87-
go test -v ./services/... // Test notification services
88-
go test -v ./repository/... // Test repositories
87+
go test -v ./services/... // Test notification services
88+
go test -v ./repository/... // Test repositories
8989

9090
## Key Components
9191

0 commit comments

Comments
 (0)