Code cleanup

Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
This commit is contained in:
litetex 2022-01-06 21:04:16 +01:00 committed by GitHub
parent dd3f3da828
commit 602068937d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class ExtractorAsserts {
public static void assertIsSecureUrl(String urlToCheck) {
URL url = urlFromString(urlToCheck);
assertEquals("https",url.getProtocol(), "Protocol of URL is not secure");
assertEquals("https", url.getProtocol(), "Protocol of URL is not secure");
}
public static void assertNotEmpty(String stringToCheck) {