Skip to content

Commit

Permalink
Reverted issue here.
Browse files Browse the repository at this point in the history
  • Loading branch information
tombatron committed Jan 27, 2024
1 parent d53968e commit 160998a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RediSearchClient.IntegrationTests/BaseIntegrationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public abstract class BaseIntegrationTest : IDisposable

protected virtual void Setup()
{
_muxr = ConnectionMultiplexer.Connect("192.168.86.40");
_muxr = ConnectionMultiplexer.Connect("localhost");

_db = _muxr.GetDatabase(0);

Expand Down

0 comments on commit 160998a

Please sign in to comment.