Skip to content

Commit 96d9850

Browse files
committed
REVERT ME: forced test failure to verify the github workflow logic
1 parent 0c8357c commit 96d9850

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

firebase-dataconnect/src/androidTest/kotlin/com/google/firebase/dataconnect/AnyScalarIntegrationTest.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ class AnyScalarIntegrationTest : DataConnectIntegrationTestBase() {
6767
// type AnyScalarNonNullable @table { value: Any!, tag: String, position: Int }
6868
//////////////////////////////////////////////////////////////////////////////////////////////////
6969

70+
@Test
71+
fun forcedFailureRevertMeBeforeMerging() {
72+
throw Exception("vzmht3nbgr forced error!")
73+
}
74+
7075
@Test
7176
fun anyScalarNonNullable_MutationVariableEdgeCases() =
7277
runTest(timeout = 60.seconds) {

0 commit comments

Comments
 (0)