Skip to content

Commit

Permalink
Fix accidental reference to neo4j-resources tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kleppmann committed Jun 14, 2009
1 parent 7f9c335 commit 039d782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/example/restapi/NeoResourceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class NeoResourceTest extends JerseyTest {

public NeoResourceTest() throws Exception {
super("com.eptcomputing.neo4j.rest.test");
super("com.example.restapi");
}

/**
Expand Down

0 comments on commit 039d782

Please sign in to comment.