package io.speice; import static org.junit.jupiter.api.Assertions.assertNotNull; import org.junit.jupiter.api.Test; public class PolyglotTest { @Test public void testGetsMessage() { assertNotNull(Polyglot.getMessage()); } }