Skip to content

Commit

Permalink
Update MemoryEncoderTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Dec 9, 2024
1 parent 0ef03d6 commit 3f230dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void loadMemoryTest()
assertEquals(0.5, memory.getEvaluation());
assertEquals(123, memory.getId());

List<Double> info = (List<Double>) memory.getI();
List<Long> info = (List<Long>) memory.getI();

assertEquals(3, info.size());
assertEquals(5, info.get(0));
Expand Down

0 comments on commit 3f230dc

Please sign in to comment.