Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
Fix test case class missing package declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Feb 11, 2017
1 parent 98bfec1 commit 4c413da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/com.kylecorry.tf/Examples.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package com.kylecorry.tf;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertTrue;

import com.kylecorry.tf.*;
import org.junit.Test;

public class Examples {
Expand Down

0 comments on commit 4c413da

Please sign in to comment.