and that works, however if I change `TEST(0)` to `...
# announcements
w
and that works, however if I change
TEST(0)
to
TEST(1)
and
mapper.readValue("1", TestEnum::class.java)
it fails