Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pse-trapp-public
IntentFinder
Commits
4faf4016
Commit
4faf4016
authored
Jun 23, 2021
by
Areum Kim
Browse files
[Issue,
#36
] comment out test file (pipeline error)
parent
8d9bb448
Pipeline
#77285
failed with stages
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ktor-server/src/test/kotlin/de/h_da/fbi/smebt/intentfinder/server/sources/MongoDataTest.kt
View file @
4faf4016
package
de.h_da.fbi.smebt.intentfinder.server.sources
/*
import junit.framework.Assert.assertEquals
import org.junit.jupiter.api.*
import org.junit.runner.RunWith
...
...
@@ -180,4 +180,4 @@ class MongoDataTest {
`when`(mongoData.updateFaqUnprocessed(faqData.id.toString(),"MEW_unprocessed")).thenReturn(true)
assertEquals(true, mongoData.updateFaqUnprocessed(faqData.id.toString(),"MEW_unprocessed"))
}
}
}
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment