Skip to content

Commit

Permalink
use other config for test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgladkov committed Oct 4, 2022
1 parent 271fe02 commit 6b34ed4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class ValidatorStatusTest
public ValidatorStatusTest()
{
var containerBuilder = new SimpleInjectorContainerBuilder(new ConfigManager(
Path.Join(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "config.json"),
Path.Join(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "config2.json"),
new RunOptions()
));

Expand Down

0 comments on commit 6b34ed4

Please sign in to comment.