Files
natsdotnet/tests/NATS.Server.Tests/FileStoreEncryptionTests.cs
Joseph Doherty 10e2c4ef22 fix(test): use precise InvalidDataException assertion in wrong-key encryption test
Code quality review feedback: Should.Throw<Exception> was too broad,
changed to Should.Throw<InvalidDataException> to match the actual
exception type thrown when AEAD decryption fails with wrong key.
2026-02-25 00:51:37 -05:00

3.5 KiB