Skip to content

Commit

Permalink
test: test for length of UsernameHashesBase64
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Nov 28, 2024
1 parent 704c958 commit 872ee33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public void AssociateUsernames_happy_path()
auditLogEntry.AssociateUsernames([Username.Parse("USR1111111111111111"), Username.Parse("USR2222222222222222")]);

// Assert
auditLogEntry.UsernameHashesBase64.Should().HaveCount(2);
auditLogEntry.UsernameHashesBase64.Should().Contain("jj3azydpiPwK4iFxo/wpCP6pP5Yf5MStnu/hyzMUZ14=", "FQao/LArcVbFzRs4RgYCU5JycRx9zmJMxY5ApJ0Nk8E=");
}

Expand Down

0 comments on commit 872ee33

Please sign in to comment.