We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc787eb commit bde8982Copy full SHA for bde8982
1 file changed
config_test.go
@@ -9,7 +9,7 @@ import (
9
10
func TestNewConfig_ConfigNotFound(t *testing.T) {
11
_, err := NewConfig(map[string]interface{}{})
12
- assert.Error(t, err, "configuration not found")
+ assert.EqualError(t, err, "configuration not found")
13
}
14
15
func TestNewConfig_DecodeOK(t *testing.T) {
0 commit comments