Commit 9d2fcc27 authored by Adam Blank's avatar Adam Blank
Browse files

Fixes StdDraw reference

No related merge requests found
Pipeline #9226 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -3,7 +3,7 @@ package edu.caltech.cs2.lab08tests;
import edu.caltech.cs2.helpers.Inspection;
import edu.caltech.cs2.lab08.Maze;
import edu.caltech.cs2.lab08.Point;
import edu.caltech.cs2.lab08.libraries.StdDraw;
import edu.caltech.cs2.libraries.StdDraw;
import edu.caltech.cs2.helpers.Reflection;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Tag;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment