Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Start Redis first in tests (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy authored Nov 21, 2017
1 parent dcbf20b commit fadd6f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ public RedisServerFixture()
_logToken = testLog.StartTestLog(null, $"{nameof(RedisServerFixture<TStartup>)}_{typeof(TStartup).Name}", out _loggerFactory, "RedisServerFixture");
_logger = _loggerFactory.CreateLogger<RedisServerFixture<TStartup>>();

Docker.Default.Start(_logger);

FirstServer = StartServer();
SecondServer = StartServer();

Docker.Default.Start(_logger);
}

private ServerFixture<TStartup> StartServer()
Expand Down

0 comments on commit fadd6f8

Please sign in to comment.