[BE] feature/#298 인기 (급상승) 토픽 조회 API #66
be-pull-request.yml
on: pull_request
build-and-comment
2m 3s
Annotations
2 errors and 2 warnings
TopicIntegrationTest.인기 토픽 목록을 조회하면 200을 반환한다:
backend/src/test/java/com/mapbefine/mapbefine/topic/TopicIntegrationTest.java#L375
java.lang.AssertionError:
Expecting:
[TopicResponse[id=2, name=아무나 읽을 수 있는 토픽, image=https://map-befine-official.github.io/favicon.png, pinCount=0, isInAtlas=false, bookmarkCount=1, isBookmarked=true, updatedAt=2023-08-15T10:43:52.875895],
TopicResponse[id=1, name=아무나 읽을 수 있는 토픽, image=https://map-befine-official.github.io/favicon.png, pinCount=0, isInAtlas=false, bookmarkCount=0, isBookmarked=false, updatedAt=2023-08-15T10:43:52.869209]]
to be equal to:
[TopicResponse[id=2, name=아무나 읽을 수 있는 토픽, image=https://map-befine-official.github.io/favicon.png, pinCount=0, isInAtlas=false, bookmarkCount=1, isBookmarked=true, updatedAt=2023-08-15T10:43:52.875894624],
TopicResponse[id=1, name=아무나 읽을 수 있는 토픽, image=https://map-befine-official.github.io/favicon.png, pinCount=0, isInAtlas=false, bookmarkCount=0, isBookmarked=false, updatedAt=2023-08-15T10:43:52.869209150]]
when recursively comparing field by field, but found the following 2 differences:
field/property '[0].updatedAt' differ:
- actual value : 2023-08-15T10:43:52.875895 (java.time.LocalDateTime)
- expected value : 2023-08-15T10:43:52.875894624 (java.time.LocalDateTime)
field/property '[1].updatedAt' differ:
- actual value : 2023-08-15T10:43:52.869209 (java.time.LocalDateTime)
- expected value : 2023-08-15T10:43:52.869209150 (java.time.LocalDateTime)
The recursive comparison was performed with this configuration:
- no overridden equals methods were used in the comparison (except for java types)
- these types were compared with the following comparators:
- java.lang.Double -> DoubleComparator[precision=1.0E-15]
- java.lang.Float -> FloatComparator[precision=1.0E-6]
- actual and expected objects and their fields were compared field by field recursively even if they were not of the same type, this allows for example to compare a Person to a PersonDto (call strictTypeChecking(true) to change that behavior).
|
build-and-comment
Process completed with exit code 1.
|
인기 토픽 목록을 조회하면 200을 반환한다 (com.mapbefine.mapbefine.topic.TopicIntegrationTest) failed:
com.mapbefine.mapbefine.topic.TopicIntegrationTest#L0
backend/build/test-results/test/TEST-com.mapbefine.mapbefine.topic.TopicIntegrationTest.xml
|
build-and-comment
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|