Skip to content

Commit

Permalink
update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyenought committed Aug 29, 2023
1 parent de5910f commit 8fe2510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-fiberi18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
steps:
- name: Fetch Repository
uses: actions/checkout@v3
Expand All @@ -29,4 +30,4 @@ jobs:
go-version: '${{ matrix.go-version }}'
- name: Run Test
working-directory: ./fiberi18n
run: go test -v -race ./...
run: go test -v -race ./...
2 changes: 1 addition & 1 deletion fiberi18n/i18n_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func Test_defaultLangHandler(t *testing.T) {

t.Run("test nil ctx", func(t *testing.T) {
var wg sync.WaitGroup
want := 1000
want := 100
wg.Add(want)
for i := 0; i < want; i++ {
go func() {
Expand Down

0 comments on commit 8fe2510

Please sign in to comment.