From ad5ccae8bd75aef608e8907d581ee442a8c85181 Mon Sep 17 00:00:00 2001 From: Neil Macneale IV Date: Fri, 27 Oct 2023 17:10:36 -0700 Subject: [PATCH] typo --- integration-tests/bats/sql-privs.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/bats/sql-privs.bats b/integration-tests/bats/sql-privs.bats index aaecd0d1e8..f7b08c15a0 100644 --- a/integration-tests/bats/sql-privs.bats +++ b/integration-tests/bats/sql-privs.bats @@ -730,7 +730,7 @@ behavior: ! [[ $output =~ "UPDATE" ]] || false } -@test "sql-privs: revoking all privleges doesn't result in a corrupted privileges file" { +@test "sql-privs: revoking all privileges doesn't result in a corrupted privileges file" { make_test_repo dolt sql -q "CREATE USER tester@localhost"