Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhead-pl committed Oct 18, 2024
1 parent 307bd81 commit 484df12
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PropertyFilterTest {
val tuple = Tuple(
storage = mockStorage,
tupleNumber = tupleNumber,
Metadata(
meta = Metadata(
storeNumber = storeNumber,
updatedAt = Int64(0),
uid = 0,
Expand All @@ -59,13 +59,13 @@ class PropertyFilterTest {
type = null,
flags = flag,
),
byteArray
feature = byteArray,
fetchBits = FetchBits().withId().withFeature().withMeta()
)
resultTuple = ResultTuple(
storage = mockStorage,
tupleNumber = tupleNumber,
op = ExecutedOp.READ,
featureId = null,
tuple = tuple
)
}
Expand Down

0 comments on commit 484df12

Please sign in to comment.