Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Nov 15, 2024
1 parent 6e07cce commit 7626625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void testRun() {
logger.error(ex.getMessage(), ex);
}

assertEquals(0.0987274603, newSystem.getComponent("hydrogen").getx(), 1e-2);
assertEquals(0.095513700959, newSystem.getComponent("hydrogen").getx(), 1e-4);
}

}

0 comments on commit 7626625

Please sign in to comment.