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

Wrote tests for AlbumServiceImpl #60

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

zachary-berdell-elliott
Copy link

@zachary-berdell-elliott zachary-berdell-elliott commented Dec 3, 2023

Description

Started to work on implementing unit tests as part of Request for Test Addition #57
Still writing unit tests for other places that can use them.

Fixes # 57

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

I ran the unit tests on my local after writing them and they passed. I also used the debugger tool in Intellij to step through the code and make sure the right things were being tested by adding breakpoints before the method calls.

Checklist:

  • I have performed a self-review of my own code
  • My changes generate no new warnings or errors
  • New and existing unit tests pass locally with my changes

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thanks so much @zachary-berdell-elliott for creating your first PR, the Spring-Boot-Blog-REST-API community thanks you :)

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

Successfully merging this pull request may close these issues.

None yet

1 participant