#567 fix version and javadoc

This commit is contained in:
Aleksandar Dudukovic
2017-05-23 01:38:02 +02:00
parent 1abd96a9c8
commit f2e35ec03d
9 changed files with 34 additions and 32 deletions
+3 -3
View File
@@ -3,12 +3,12 @@ import org.junit.Test;
import static org.junit.Assert.assertFalse;
/**
* Created by Alexis on 02-May-17.
* Thief test
*/
public class ThiefTest {
@Test
public void testGuard() {
public void testThief() {
Thief thief = new Thief();
assertFalse(thief instanceof Permission);
}
}
}