From c27281e76eac8bae7b41a34ebfc1b8365b258586 Mon Sep 17 00:00:00 2001 From: David An Date: Mon, 11 Dec 2023 13:06:06 -0500 Subject: [PATCH] Revert "intentionally fail a test to validate behavior" This reverts commit 696962a98774f4d79f6e221c6026855345417e21. --- .../dsde/firecloud/integrationtest/AutoSuggestSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/scala/org/broadinstitute/dsde/firecloud/integrationtest/AutoSuggestSpec.scala b/src/test/scala/org/broadinstitute/dsde/firecloud/integrationtest/AutoSuggestSpec.scala index 6939c4c9b..6a911ba5b 100644 --- a/src/test/scala/org/broadinstitute/dsde/firecloud/integrationtest/AutoSuggestSpec.scala +++ b/src/test/scala/org/broadinstitute/dsde/firecloud/integrationtest/AutoSuggestSpec.scala @@ -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")),