Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanups and fixes #3178

Merged
merged 3 commits into from
Apr 1, 2021
Merged

Cleanups and fixes #3178

merged 3 commits into from
Apr 1, 2021

Conversation

chanseokoh
Copy link
Member

Just realized the assertion should have been isGreaterThan in #3176.

@codecov
Copy link

codecov bot commented Apr 1, 2021

Codecov Report

Merging #3178 (9ddacaf) into master (6bce5ab) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3178   +/-   ##
=========================================
  Coverage     71.18%   71.18%           
  Complexity     2331     2331           
=========================================
  Files           279      279           
  Lines          9846     9846           
  Branches        990      990           
=========================================
  Hits           7009     7009           
  Misses         2491     2491           
  Partials        346      346           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6bce5ab...9ddacaf. Read the comment docs.

@chanseokoh chanseokoh merged commit 34585c3 into master Apr 1, 2021
@chanseokoh chanseokoh deleted the cleanups branch April 1, 2021 16:39
@@ -189,7 +190,8 @@ static Instant getCreationTime(String imageReference) throws IOException, Interr
return Instant.parse(inspect);
}

static void assertImageDigestAndId(Path projectRoot) throws IOException, DigestException {
static void assertValidImageDigestAndIdOutputFiles(Path projectRoot)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm how about assertThatExpectedImageDigestAndIdReturned?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #3179.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants