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

Commit

Permalink
working delete tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Feb 20, 2020
1 parent 1587c7b commit 8f40d32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/main/java/com/andromeda/araserver/util/DeleteDoc.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.andromeda.araserver.util

class DeleteDoc {
fun main(){

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class TestNewCosmosDB {
@Test
fun runTest(){
val testData = OutputModel("test", "test", "test","test", "test", "test")
NewDoc().newDoc("", testData, 123.toString())
NewDoc().newDoc("test", testData, 123.toString())
}
}

0 comments on commit 8f40d32

Please sign in to comment.