Fix severity type for YAML converter spec

This commit is contained in:
Johannes Müller 2023-04-05 11:20:44 +02:00
parent 7c74d196d6
commit c7f2cba409
No known key found for this signature in database
GPG Key ID: F0F349637AC5087A
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ module Ameba
include YAML::Serializable
@[YAML::Field(converter: Ameba::SeverityYamlConverter)]
property severity : Severity
property severity : Severity?
end
describe SeverityYamlConverter do