You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/app/src/test/kotlin/io/tolgee/api/v2/controllers/translations/v2TranslationsController/TranslationsControllerFilterTest.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -385,7 +385,7 @@ class TranslationsControllerFilterTest : ProjectAuthControllerTest("/v2/projects
385
385
386
386
@ProjectJWTAuthTestMethod
387
387
@Test
388
-
fun`filters "without tag" specified by empty tag`() {
388
+
fun`filters 'without tag' specified by empty tag`() {
389
389
testData.addFewKeysWithTags()
390
390
testData.addKeysWithScreenshots()
391
391
testDataService.saveTestData(testData.root)
@@ -418,7 +418,7 @@ class TranslationsControllerFilterTest : ProjectAuthControllerTest("/v2/projects
418
418
419
419
@ProjectJWTAuthTestMethod
420
420
@Test
421
-
fun`filters in combination with "without tag"`() {
421
+
fun`filters in combination with 'without tag'`() {
422
422
testData.addFewKeysWithTags()
423
423
testData.addKeysWithScreenshots()
424
424
testDataService.saveTestData(testData.root)
@@ -454,7 +454,7 @@ class TranslationsControllerFilterTest : ProjectAuthControllerTest("/v2/projects
454
454
455
455
@ProjectJWTAuthTestMethod
456
456
@Test
457
-
fun`excludes by "Without tag"`() {
457
+
fun`excludes by 'Without tag'`() {
458
458
testData.addKeysWithScreenshots()
459
459
testDataService.saveTestData(testData.root)
460
460
userAccount = testData.user
@@ -482,7 +482,7 @@ class TranslationsControllerFilterTest : ProjectAuthControllerTest("/v2/projects
482
482
483
483
@ProjectJWTAuthTestMethod
484
484
@Test
485
-
fun`excludes in combination with "Without tag"`() {
485
+
fun`excludes in combination with 'Without tag'`() {
0 commit comments