package io.graceland.inject; import org.junit.Test; public class KeysTest { @Test public void coverage() { new Keys(); } }