Skip to content

Commit

Permalink
Fix context.predecessors.test.ts tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Jun 10, 2024
1 parent 139b14c commit 1f22e67
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ describe('context predecessors', function () {
fetchPredecessors = (timeValIso, timeValNr, tieBreakerField, tieBreakerValue, size = 10) => {
const anchor = buildDataTableRecord(
{
_id: 'test',
_source: {
[dataView.timeFieldName!]: timeValIso,
},
Expand Down Expand Up @@ -220,6 +221,7 @@ describe('context predecessors', function () {
fetchPredecessors = (timeValIso, timeValNr, tieBreakerField, tieBreakerValue, size = 10) => {
const anchor = buildDataTableRecord(
{
_id: 'test',
_source: {
[dataView.timeFieldName!]: timeValIso,
},
Expand Down

0 comments on commit 1f22e67

Please sign in to comment.