From a87d61719f3c9c657980889050e3b8d4a3128c3f Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Thu, 21 Jan 2021 11:59:20 -0800 Subject: [PATCH] Update src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsTest.java Co-authored-by: Devin Nusbaum --- .../github_branch_source/GithubAppCredentialsTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsTest.java b/src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsTest.java index d2684e307..23a0afb7a 100644 --- a/src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsTest.java +++ b/src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsTest.java @@ -250,7 +250,7 @@ public void testProviderRefresh() throws Exception { try { appCredentials.setApiUri(githubApi.baseUrl()); - // We want to demonstrate successful caching without waiting for a the default 1 minute + // We want to demonstrate successful caching without waiting for the default 1 minute // Must set this to a large enough number to avoid flaky test GitHubAppCredentials.AppInstallationToken.NOT_STALE_MINIMUM_SECONDS = 5; @@ -425,4 +425,4 @@ static String printDate(Date dt) { ChronoUnit.SECONDS)); } -} \ No newline at end of file +}