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

Commit

Permalink
stuff be working
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed May 8, 2020
1 parent 039146c commit 5edef38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/andromeda/araserver/test/DBtest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import org.junit.Test
class DBtest {
@Test
fun test(){
if (!System.getenv().contains("IOTDB")) return
val databaseClient = DatabaseClient()
val id = "test-${System.currentTimeMillis()}"
databaseClient.new(id, "test", OutputModel("", "", "", "", "", ""))
Expand Down

0 comments on commit 5edef38

Please sign in to comment.