Skip to content
Snippets Groups Projects
Commit 90aba845 authored by Manuel Leduc's avatar Manuel Leduc
Browse files

[Misc] Adds a missing LanguageIT nested class in AllITs

parent 126cae3a
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,10 @@ class AllITs
class NestedTranslationsRestIT extends TranslationsRestIT
{
}
@Nested
@DisplayName("Language change tests")
class NestedLanguageIT extends LanguageIT
{
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment