Skip to content

Commit

Permalink
fix: OF-2665 tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGidman authored and guusdk committed Oct 24, 2023
1 parent 5307a98 commit bdba692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class CacheFactoryConfigTest {
*/
@ParameterizedTest
@MethodSource("arguments")
public void testCacheConfig(final String cacheName) throws Exception
public void testCacheConfig(final String cacheName)
{
// Instantiate cache
Cache<String, Serializable> cache = CacheFactory.createCache(cacheName);
Expand Down

0 comments on commit bdba692

Please sign in to comment.