Skip to content

Commit

Permalink
Fixes #120 - Removing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Apr 18, 2024
1 parent a8348a6 commit 604d518
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ trait TestData {
measures = Set(MeasureDTO("count", Seq("1")))
)

// protected val atumContextDTO3: AtumContextDTO = AtumContextDTO(
// partitioning = partitioningSubmitDTO1.partitioning,
// measures = Set(measureDTO2),
// additionalData = Map.empty
// )

// Checkpoint
protected val checkpointDTO1: CheckpointDTO = CheckpointDTO(
id = UUID.randomUUID(),
Expand Down

0 comments on commit 604d518

Please sign in to comment.