Skip to content

Commit

Permalink
scala-examples test
Browse files Browse the repository at this point in the history
  • Loading branch information
RRap0so committed Aug 5, 2024
1 parent 97d47df commit 145d8ae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions integration-tests/src/test/java/org/flyte/AdditionalIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,4 @@ void testStructs(String name, boolean expected) {

assertThat(output, equalTo(Literal.ofBooleanMap(ImmutableMap.of("exists", expected))));
}

@Test
void testStructsScala() {
Literals.LiteralMap output =
CLIENT.createExecution("NestedIOWorkflowLaunchPlan", STAGING_DOMAIN);

assertThat(output, equalTo(LiteralMap.getDefaultInstance()));
}
}

0 comments on commit 145d8ae

Please sign in to comment.