Skip to content

Commit

Permalink
[hotfix] test imports wrong solution class
Browse files Browse the repository at this point in the history
  • Loading branch information
alpinegizmo authored and NicoK committed Sep 1, 2021
1 parent a66d5f1 commit eb0bd43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import org.apache.flink.training.exercises.common.datatypes.TaxiFare;
import org.apache.flink.training.exercises.common.datatypes.TaxiRide;
import org.apache.flink.training.exercises.testing.ComposedRichCoFlatMapFunction;
import org.apache.flink.training.solutions.ridesandfares.scala.RidesAndFaresSolution;
import org.apache.flink.training.solutions.ridesandfares.RidesAndFaresSolution;

import org.junit.Before;
import org.junit.Test;
Expand Down

0 comments on commit eb0bd43

Please sign in to comment.