From 3fd09da16a51dc6bf02764ec4c7d1fe7955ebba4 Mon Sep 17 00:00:00 2001 From: Dmitry Batkovich Date: Fri, 4 Dec 2015 18:25:38 +0300 Subject: [PATCH] cleanup --- .../inspectionDescriptions/MigrateAssertToMatcherAssert.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources-en/src/inspectionDescriptions/MigrateAssertToMatcherAssert.html b/resources-en/src/inspectionDescriptions/MigrateAssertToMatcherAssert.html index 7835ab9eb17d..35a8cb1d7603 100644 --- a/resources-en/src/inspectionDescriptions/MigrateAssertToMatcherAssert.html +++ b/resources-en/src/inspectionDescriptions/MigrateAssertToMatcherAssert.html @@ -1,6 +1,6 @@ -Reports usages of Assert.assertEquals, Assert.assertTrue etc. methods when its can be migrated to assertThat +Reports usages of Assert.assertEquals, Assert.assertTrue etc. methods when its can be migrated to Assert.assertThat \ No newline at end of file