ci: fix failing option_print_errors_test.v
parent
be409b52e9
commit
0c33656a19
|
@ -96,7 +96,7 @@ pub fn (o Option2) str() string {
|
||||||
if o.state == 1 {
|
if o.state == 1 {
|
||||||
return 'Option{ none }'
|
return 'Option{ none }'
|
||||||
}
|
}
|
||||||
return 'Option{ err: "$o.err" }'
|
return 'Option{ error: "$o.err" }'
|
||||||
}
|
}
|
||||||
|
|
||||||
// error returns an optional containing the error given in `message`.
|
// error returns an optional containing the error given in `message`.
|
||||||
|
|
Loading…
Reference in New Issue