Skip to content

Conversation

@Dean-Coakley
Copy link
Contributor

@Dean-Coakley Dean-Coakley commented Oct 14, 2022

Proposed changes

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING document
  • If applicable, I have added tests that prove my fix is effective or that my feature works
  • If applicable, I have checked that any relevant tests pass after adding my changes
  • I have updated any relevant documentation (README.md)
  • Manual validation

@Dean-Coakley Dean-Coakley self-assigned this Oct 14, 2022
@github-actions github-actions bot added bug Something isn't working dependencies labels Oct 14, 2022
Copy link
Member

@wicklander-bryant wicklander-bryant left a comment

Choose a reason for hiding this comment

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

LGTM, thanks Dean!

@Dean-Coakley Dean-Coakley marked this pull request as ready for review October 19, 2022 19:35
defer func() {
err := os.Remove(tc.versionFile)
assert.Nil(t, err)
require.NoError(t, err)
Copy link
Contributor

Choose a reason for hiding this comment

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

we consistently use assert across the board. Is require a better option? If it is, should we change all assert.Nil on errors to require? I don't mind as long as we are consistent

@oliveromahony oliveromahony merged commit 23e33dd into main Oct 24, 2022
@oliveromahony oliveromahony deleted the strict-yamlunmarshall branch October 24, 2022 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants