Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Missing @test annotation added
Browse files Browse the repository at this point in the history
  • Loading branch information
ractive committed Sep 19, 2011
1 parent f8e62a9 commit 49a1ef3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public void cleanDb() {
Neo4jHelper.cleanDb(graphDatabaseContext);
}

@Test
public void testCreateOutsideTransaction() {
Person p = new Person("Michael", 35);
assertEquals(35, p.getAge());
Expand Down

0 comments on commit 49a1ef3

Please sign in to comment.