common/loggers: Fix typo in option name

This commit is contained in:
Oleksandr Redko
2023-08-17 12:16:08 +03:00
committed by Bjørn Erik Pedersen
parent 2e4bf89ec7
commit 65871d5cf4
4 changed files with 20 additions and 20 deletions

View File

@@ -110,7 +110,7 @@ func TestSuppressStatements(t *testing.T) {
opts := loggers.Options{
StoreErrors: true,
SuppresssStatements: map[string]bool{
SuppressStatements: map[string]bool{
"error-1": true,
},
}