Skip to content

Commit 775d409

Browse files
committed
fix misspell linter issue
1 parent 935b628 commit 775d409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/table_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ func TestTable(t *testing.T) {
608608
t.Run("SessionsShutdown", func(t *testing.T) {
609609
urls := os.Getenv("YDB_SHUTDOWN_URLS")
610610
if len(urls) == 0 {
611-
t.Skip("skip test of session gracefull shutdown")
611+
t.Skip("skip test of session gracefully shutdown")
612612
}
613613
for _, url := range strings.Split(urls, ",") {
614614
// nolint:gosec

0 commit comments

Comments
 (0)