Skip to content

Commit

Permalink
disabled anki tests
Browse files Browse the repository at this point in the history
  • Loading branch information
red-avtovo committed Aug 19, 2023
1 parent 93dfce1 commit 35aace2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/com/j0rsa/labot/client/AnkiTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import java.util.UUID

class AnkiTest : StringSpec({
val anki = Anki("http://10.43.149.198")
"sync" {
"!sync" {
val sync = anki.sync()
sync.error shouldBe null
}

"add card" {
"!add card" {
val notes = (0 until 100).map {
note()
}
Expand Down

0 comments on commit 35aace2

Please sign in to comment.