Skip to content

Commit

Permalink
rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raejohanek committed Aug 21, 2024
1 parent 247c994 commit d6cba79
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ void updateFlightIdNotFound() {
}

@Test
void updateSamGroup() {
void updateCreatedInfo() {
SnapshotAccessRequestModel response = createRequest();
verifyResponseContents(response, List.of());
snapshotRequestDao.updateCreatedInfo(
Expand All @@ -275,7 +275,7 @@ void updateSamGroup() {
}

@Test
void updateSamGroupRequestIdNotFound() {
void updateCreatedInfoRequestIdNotFound() {
assertThrows(
NotFoundException.class,
() ->
Expand All @@ -284,7 +284,7 @@ void updateSamGroupRequestIdNotFound() {
}

@Test
void updateSamGroupSnapshotIdNotFound() {
void updateCreatedInfoSnapshotIdNotFound() {
SnapshotAccessRequestModel response = createRequest();
assertThrows(
DataIntegrityViolationException.class,
Expand Down

0 comments on commit d6cba79

Please sign in to comment.