Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
new document is working
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Apr 29, 2020
1 parent 003a921 commit 68f91e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/andromeda/araserver/test/DBtest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import org.junit.Test
class DBtest {
@Test
fun test(){
DatabaseClient().new("test", "test", OutputModel("", "", "", "", "", ""))
DatabaseClient().new("test-${System.currentTimeMillis()}", "test", OutputModel("", "", "", "", "", ""))
}
}

0 comments on commit 68f91e6

Please sign in to comment.