delete sample test

This commit is contained in:
Athou
2013-07-11 09:20:07 +02:00
parent d1565dc9fd
commit 7804e3be2c

View File

@@ -1,12 +0,0 @@
package com.commafeed.backend;
import org.junit.Assert;
import org.junit.Test;
public class SampleTest {
@Test
public void init() {
Assert.assertEquals(2, 2);
}
}