Skip to content

Commit

Permalink
actually commit final version of test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-montrose committed Oct 19, 2023
1 parent 88c32ea commit 6b726d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/StackExchange.Redis.Tests/KeyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void PrependAppend()
var key4 = key3.Append("buzz");

var key5 = key2.Append(key4);
Assert.Equal("helloworldfizz", key5);
Assert.Equal("helloworldfizzbuzz", key5);
}
}

Expand Down

0 comments on commit 6b726d8

Please sign in to comment.