Commit 1b146f89 authored by Phillip Webb's avatar Phillip Webb

Fix failing test

parent 01c9d726
......@@ -42,8 +42,8 @@ public class GemstoneServiceImpl implements GemstoneService {
static {
APPROVED_GEMS = Collections.unmodifiableList(
Arrays.asList("ALEXANDRITE,AQUAMARINE,DIAMOND,OPAL,PEARL,"
+ "RUBY,SAPPHIRE,SPINEL,TOPAZ".split(",")));
Arrays.asList(("ALEXANDRITE,AQUAMARINE,DIAMOND,OPAL,PEARL,"
+ "RUBY,SAPPHIRE,SPINEL,TOPAZ").split(",")));
}
private final GemstoneRepository repository;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment