Skip to content

Commit

Permalink
- changed channel name to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
desunit committed Aug 19, 2012
1 parent f9224d2 commit eea62ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ServiceStack.Redis.Tests/Examples/SimplePubSub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace ServiceStack.Redis.Tests.Examples
[TestFixture, Explicit, Category("Integration")]
public class SimplePubSub
{
const string ChannelName = "CHANNEL";
const string ChannelName = "SimplePubSubCHANNEL";
const string MessagePrefix = "MESSAGE ";
const int PublishMessageCount = 5;

Expand Down

0 comments on commit eea62ca

Please sign in to comment.