Commit 62d64555 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Fixed missing import

(cherry picked from commit 0724e3a7)
parent 048df3c6
......@@ -3,6 +3,7 @@ package cz.muni.fi.pb162.project.geometry;
import cz.muni.fi.pb162.project.helper.BasicRulesTester;
import org.junit.Before;
import org.junit.Test;
import java.util.regex.Pattern;
import static org.assertj.core.api.Assertions.assertThatCode;
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
......
Supports Markdown
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