update project metadata
[reguloj.git] / src / test / java / wtf / metio / reguloj / ContextTest.java
blobb4a5dd3c4cad9b5253260ce5b6afc2063e1a7932
1 /*
2 * SPDX-FileCopyrightText: The reguloj Authors
3 * SPDX-License-Identifier: 0BSD
4 */
5 package wtf.metio.reguloj;
7 import org.junit.jupiter.api.Test;
9 import static org.junit.jupiter.api.Assertions.assertNotNull;
11 class ContextTest {
13 @Test
14 void of() {
15 assertNotNull(Context.of("test"));