Skip to content

Commit 94f61e4

Browse files
Fix writeable typo in an expire test name (#4499)
One test name spells it `writeable`. Outside `deps/` that is the only occurrence left in the tree, everywhere else is `writable`. Current releases of `typos` flag it, and the Spellcheck job installs `typos` through `taiki-e/install-action` without pinning a version, so the job can turn red without anyone touching this repo. With this word changed, `typos --config=./.config/typos.toml` is clean across the tree. It is a test name, so nothing changes behaviour, and nothing else refers to the old one. Signed-off-by: melancholictheory <selimvhorst@gmail.com>
1 parent 6bb9651 commit 94f61e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/expire.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ start_server {tags {"expire"}} {
610610
}
611611
}
612612

613-
test {expired key which is created in writeable replicas should be deleted by active expiry} {
613+
test {expired key which is created in writable replicas should be deleted by active expiry} {
614614
$primary flushall
615615
$replica config set replica-read-only no
616616
foreach {yes_or_no} {yes no} {

0 commit comments

Comments
 (0)