Skip to content

Commit

Permalink
Fixed test after change in model file
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Mar 20, 2020
1 parent 7a4577b commit 59c6512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icd-db/src/test/scala/csw/services/icd/db/IcdDbTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class IcdDbTests extends AnyFunSuite {
assert(eventList.size == 3)
val logging = eventList.head
assert(logging.name == "logToFile")
assert(!logging.archive)
assert(logging.archive)

val currentStateList = publish.currentStateList
val sensors = currentStateList.find(_.name == "sensors").get
Expand Down

0 comments on commit 59c6512

Please sign in to comment.