Skip to content

Commit

Permalink
Remove Comment from Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarrowstone committed Jan 28, 2025
1 parent 01dbdbc commit df56eb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/com/amazon/ion/TextSpanHoistingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ public void hoistingTextSpanAlsoHoistsSymbolTable() throws IOException {
reader.stepIn();
Assertions.assertEquals(IonType.SYMBOL, reader.next());
Assertions.assertEquals("foo1", reader.getFieldName());

// this assertion fails
Assertions.assertEquals("bar", reader.stringValue());
reader.stepOut();
}
Expand Down

0 comments on commit df56eb3

Please sign in to comment.