diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-14 18:26:43 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-14 18:26:43 +0100 |
| commit | 43d1f5df6c9f298621c665bd6d5d9450822a8edc (patch) | |
| tree | a5ba0eee8e3c2ff3451b41ee9cef54c625e7940e /examples/04-enum/hobgoblin.json5 | |
| parent | f23cf4e3daba9ea7657a332582fcd206e26aa36f (diff) | |
Convert example 04-enum to use JUnit
Diffstat (limited to 'examples/04-enum/hobgoblin.json5')
| -rw-r--r-- | examples/04-enum/hobgoblin.json5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/04-enum/hobgoblin.json5 b/examples/04-enum/hobgoblin.json5 index 12713d4..8a073ac 100644 --- a/examples/04-enum/hobgoblin.json5 +++ b/examples/04-enum/hobgoblin.json5 @@ -8,7 +8,7 @@ generators: [ { generator: "java-types", - path: "output/java/src/gen/java", + path: "output/java-junit/src/gen/java", }, { generator: "rust-types", |
