Skip to content

Commit

Permalink
[BE-FIX] 데이터 수정 (#292)
Browse files Browse the repository at this point in the history
* chore: 서브모듈 커밋 시점 변경

* chore: 서브 모듈 커밋 시점 변경

* chore: 서브 모듈 커밋 시점 수정

* chore: 서브 모듈 커밋 시점 변경

* refactor: 사용하지 않는 import 삭제

* chore: 서브모듈 커밋 시점 변경

* fix: 데이터 변경에 따른 테스트 수정
  • Loading branch information
unifolio0 authored Aug 22, 2024
1 parent 96a6e4e commit 145b06c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pokerogue/src/main/resources
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void setWeathersData() {
assertThat(pokemonMovesByMachineRepository.findAll()).hasSize(1082);
assertThat(pokemonMovesBySelfRepository.findAll()).hasSize(1082);
assertThat(pokemonMovesByEggRepository.findAll()).hasSize(1082);
assertThat(battlePokemonRepository.findAll()).hasSize(1350);
assertThat(battlePokemonRepository.findAll()).hasSize(1268);
assertThat(typeMatchingRepository.findAll()).hasSize(361);
});
}
Expand Down

0 comments on commit 145b06c

Please sign in to comment.