Skip to content

Commit

Permalink
Closes #120
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Apr 18, 2024
1 parent 604d518 commit 1d31880
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ trait TestData {
PartitionDTO("key2", "val2")
)
protected val partitioningDTO2: PartitioningDTO = Seq(
PartitionDTO("Invali", "invalid"),
PartitionDTO("invalid", "invalid")
PartitionDTO("key2", "value2"),
PartitionDTO("key3", "value3")
)
protected val partitioningDTO3: PartitioningDTO = Seq.empty

Expand Down

0 comments on commit 1d31880

Please sign in to comment.