Skip to content

Commit

Permalink
#139 - print a one line Neodymium version information at runtime
Browse files Browse the repository at this point in the history
fixed LOGGER initialization
  • Loading branch information
Marcel Pfotenhauer committed Oct 2, 2020
1 parent 681007b commit eb82363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public class NeodymiumCucumberRunner extends NeodymiumCucumberWrapper
{
private static final Logger LOGGER = LoggerFactory.getLogger(NeodymiumRunner.class);
private static final Logger LOGGER = LoggerFactory.getLogger(NeodymiumCucumberRunner.class);

public NeodymiumCucumberRunner(Class<?> clazz) throws InitializationError, IOException
{
Expand Down

0 comments on commit eb82363

Please sign in to comment.