akka / akka-persistence-r2dbc

https://doc.akka.io/libraries/akka-persistence-r2dbc/current/
Other
24 stars 17 forks source link

test: correct sequence number for delete single snapshot test #579

Closed pvlugter closed 5 months ago

pvlugter commented 5 months ago

Noticed when reusing this test elsewhere: sequence number was incorrect, so it wasn't actually deleting a snapshot. Test still passed as successful if there's no matching snapshot. Rather than just set to the correct sequence number (15) also future proof by checking what it is before delete.

Also fix a typo in the snapshot store docs.