File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/kotlin/ktalex/openalex/examples/multipleEntities Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ class AuthorTests : ShouldSpec({
3636 "https://openalex.org/A5071088289 ",
3737 "https://openalex.org/A5013507311 ",
3838 "https://openalex.org/A5052022256 ",
39- "https://openalex.org/A5055224951 ",
4039 "https://openalex.org/A5007613197 ",
4140 "https://openalex.org/A5026175078 ",
4241 "https://openalex.org/A5066851759 ",
@@ -49,7 +48,8 @@ class AuthorTests : ShouldSpec({
4948 "https://openalex.org/A5082369913 ",
5049 "https://openalex.org/A5080921373 ",
5150 "https://openalex.org/A5066364056 ",
52- "https://openalex.org/A5013442821 "
51+ "https://openalex.org/A5013442821 ",
52+ "https://openalex.org/A5019133187 "
5353 )
5454 val expectedSize = 25
5555 expectedIds.size.shouldBe(expectedSize)
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ class WorkTests : ShouldSpec({
130130
131131 val meta = response.meta
132132 meta.shouldNotBeNull()
133- meta.count!!.shouldBe (expectedCount)
133+ meta.count!!.shouldBeGreaterThan (expectedCount)
134134 meta.perPage.shouldBe(expectedSize)
135135
136136 val results = response.results
You can’t perform that action at this time.
0 commit comments