Skip to content

Commit

Permalink
#1731 Fix test compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 2, 2021
1 parent d39f38d commit bf47a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive/test/org/thp/thehive/services/TagSrvTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TagSrvTest extends PlaySpecification with TestAppBuilder {
tag.map(_.namespace) must beEqualTo(Success(s"_freetags_$orgId"))
tag.map(_.predicate) must beEqualTo(Success("afreetag"))
tag.map(_.predicate) must beEqualTo(Success("afreetag"))
tag.map(_.colour) must beEqualTo(Success(app[TagSrv].defaultColour))
tag.map(_.colour) must beEqualTo(Success(app[TagSrv].freeTagColour))
}
}
}
Expand Down

0 comments on commit bf47a7a

Please sign in to comment.