forked from TrueCloudLab/certificates
Fix test.
This commit is contained in:
parent
294f84b8d4
commit
d9da150a5f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ func TestErrNotImplemented_Error(t *testing.T) {
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
t.Run(tt.name, func(t *testing.T) {
|
t.Run(tt.name, func(t *testing.T) {
|
||||||
e := ErrNotImplemented{
|
e := ErrNotImplemented{
|
||||||
msg: tt.fields.msg,
|
Message: tt.fields.msg,
|
||||||
}
|
}
|
||||||
if got := e.Error(); got != tt.want {
|
if got := e.Error(); got != tt.want {
|
||||||
t.Errorf("ErrNotImplemented.Error() = %v, want %v", got, tt.want)
|
t.Errorf("ErrNotImplemented.Error() = %v, want %v", got, tt.want)
|
||||||
|
|
Loading…
Reference in a new issue