Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Sep 22, 2024
1 parent 276422e commit 1054d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class AllayI18nTest {
public static final String[] ARGS = {"1", "2", "3", "4", "5"};
public static final String TEST_VANILLA_KEY_NO_NAMESPACE = "translation.test.complex";
public static final String TEST_VANILLA_KEY = "minecraft:" + TEST_VANILLA_KEY_NO_NAMESPACE;
public static final String TEST_ALLAY_KEY_NO_NAMESPACE = "allay.starting";
public static final String TEST_ALLAY_KEY_NO_NAMESPACE = "server.starting";
public static final String TEST_ALLAY_KEY = "allay:" + TEST_ALLAY_KEY_NO_NAMESPACE;
static I18n translator = new AllayI18n(new AllayI18nLoader(), LangCode.en_US);

Expand Down

0 comments on commit 1054d0e

Please sign in to comment.