Skip to content

Commit d49805e

Browse files
committed
Added integration tests for save function
1 parent e866494 commit d49805e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.blobcity.db.test.integration.data;
2+
3+
/**
4+
* Created by sanketsarang on 27/02/17.
5+
*/
6+
public class EntityDataSaveIT {
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.blobcity.db.test.integration.data;
2+
3+
/**
4+
* Created by sanketsarang on 27/02/17.
5+
*/
6+
public class User {
7+
}

0 commit comments

Comments
 (0)