akka / akka-persistence-r2dbc

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

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

Closed pvlugter closed 1 month ago

pvlugter commented 1 month 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.