Skip to content

Commit

Permalink
Update SequencesTest.java
Browse files Browse the repository at this point in the history
Updated test
  • Loading branch information
angeloryan committed Jan 9, 2025
1 parent ea9821d commit f957213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/com/github/thed2lab/analysis/SequencesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public void testGetExpandedSequenceDetails_ABBBAAAC() {

@Test
public void testGetExpandedSequenceDetails_containsUndefinedArea() {
final String EXPECTED_EXPANDED = "ABA";
final String EXPECTED_ASCII = "A, AOI\nB, Undefined Area\n";
final String EXPECTED_EXPANDED = "BAB";
final String EXPECTED_ASCII = "A, Undefined Area\nB, AOI\n";

DataEntry fixations = new DataEntry(new String[]{"AOI"});
fixations.process(List.of("AOI"));
Expand Down

0 comments on commit f957213

Please sign in to comment.