Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdillingham committed Feb 19, 2024
1 parent 252039f commit f521c55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ public void Does_Not_Throw_On_PrivilegedUserListReceived_When_Unbound(string[] n
var (handler, mocks) = GetFixture();

var builder = new MessageBuilder()
.WriteCode(MessageCode.Server.ExcludedSearchPhrases)
.WriteCode(MessageCode.Server.PrivilegedUsers)
.WriteInteger(names.Length);

foreach (var name in names)
Expand Down

0 comments on commit f521c55

Please sign in to comment.