Skip to content

Commit

Permalink
try using GSI
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeotic committed May 2, 2024
1 parent c344811 commit 0280afe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class DynamoDbScannableTest {
LOCKDOWN_SINGLE
)

val page = musicTable.albumInfo.scanAll().iterator().next()
val page = musicTable.albumInfoByArtist.scanAll().iterator().next()

assertThat(page.hasMorePages).isFalse()
assertThat(page.albumTitles).containsExactly(
Expand Down

0 comments on commit 0280afe

Please sign in to comment.