Skip to content

Commit

Permalink
Updated the default value in the unit test
Browse files Browse the repository at this point in the history
Change-Id: Ie5b55a72381fa3d447642fa5bef0a49362ffd5d5
Signed-off-by: John May <john.wilkinsonmay@gmail.com>
  • Loading branch information
egonw authored and johnmay committed Dec 15, 2014
1 parent 84c89ca commit d12166a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,6 +52,6 @@ public void testGetDefaultAtomColor() {

Assert.assertNotNull(colors);
IAtom imaginary = new Atom("Ix");
Assert.assertEquals(Color.BLACK, colors.getAtomColor(imaginary, Color.BLACK));
Assert.assertEquals(new Color(51, 51, 51), colors.getAtomColor(imaginary, Color.BLACK));
}
}

0 comments on commit d12166a

Please sign in to comment.