diff --git a/docs/dev/sqllogictest/persistent_testing.md b/docs/dev/sqllogictest/persistent_testing.md index 814eca2991a..881a41b3c2e 100644 --- a/docs/dev/sqllogictest/persistent_testing.md +++ b/docs/dev/sqllogictest/persistent_testing.md @@ -32,7 +32,7 @@ NULL 15 ``` -Note that by default the tests run with `SET wal_autocheckpoint='0KB'` – meaning a checkpoint is triggered after every statement. WAL tests typically run with the following settings to disable this behavior: +Note that by default the tests run with `SET wal_autocheckpoint = '0KB'` – meaning a checkpoint is triggered after every statement. WAL tests typically run with the following settings to disable this behavior: ```sql statement ok