Skip to content

Commit

Permalink
#989 Added first basic working impl of a virtualized session table
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjstevo committed Dec 29, 2023
1 parent f6480a4 commit 80c2f1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class VirtualizedDataTableTest extends AnyFeatureSpec with Matchers with GivenWh

val primaryKeys3 = virtualizedTable.primaryKeys.toArray

Then("we verify we don't have the data in the cache")
Then("we verify we do have the update keys in our cache")
primaryKeys3 should equal(
Array("0006", "0007", "0008", "0009", "0010", "0011", "0012", "0013", "0014", "0015")
)
Expand Down

0 comments on commit 80c2f1a

Please sign in to comment.