test: add constant for tags
This commit is contained in:
@@ -115,9 +115,7 @@ class GameStateRepositoryTest :
|
||||
}
|
||||
}
|
||||
|
||||
test("getUntil should be concurrently secure") {
|
||||
tags(Tag.Concurrence)
|
||||
|
||||
test("getUntil should be concurrently secure").config(tags = setOf(Tag.Concurrence)) {
|
||||
val aggregateId = GameId()
|
||||
testKoinApplicationWithConfig {
|
||||
val repo = get<GameStateRepository>()
|
||||
|
||||
Reference in New Issue
Block a user