Skip to content

Commit

Permalink
Revert "intentionally fail a test to validate behavior"
Browse files Browse the repository at this point in the history
This reverts commit 696962a.
  • Loading branch information
davidangb committed Dec 11, 2023
1 parent 696962a commit c27281e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class AutoSuggestSpec extends AnyFreeSpec with Matchers with BeforeAndAfterAll w
"Text search autocomplete suggestions correctness" - {

val testCases: Seq[(String, Seq[String])] = Seq(
("brca open", Seq("~~~intentional fail for verifying test behavior~~~")),
("brca open", Seq("TCGA_BRCA_OpenAccess")),
("brca o", Seq("TCGA_BRCA_OpenAccess")),
("BRCA_Cont", Seq("TCGA_BRCA_ControlledAccess")),
("glio", Seq("Glioblastoma multiforme")),
Expand Down

0 comments on commit c27281e

Please sign in to comment.