Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges committed May 12, 2023
1 parent 634440b commit a5dacd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/metricstest/iteration10a_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (suite *Iteration10ASuite) TestLibraryUsage() {
return
}
if err == nil || errors.Is(err, errUsageNotFound) {
suite.T().Errorf("В проекте найдено использование ни одной из библиотек для работы с БД:\n%s",
suite.T().Errorf("В проекте не найдено использование ни одной из библиотек для работы с БД:\n%s",
suite.knownLibraries.PackageList(),
)
return
Expand Down

0 comments on commit a5dacd4

Please sign in to comment.