Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typo
Browse files Browse the repository at this point in the history
ltagliamonte-dd committed Jan 29, 2025
1 parent ac10940 commit 87776cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gocase/unit/type/hash/hash_test.go
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@ var testHash = func(t *testing.T, configs util.KvrocksServerConfigs) {
util.ErrorRegexp(t, r.Err(), pattern)
})

t.Run("HSETEX uncomplete pairs", func(t *testing.T) {
t.Run("HSETEX incomplete pairs", func(t *testing.T) {
pattern := ".*field-value pairs must be complete.*"
ttlStr := "3600"
testKey := "hsetKey"

0 comments on commit 87776cc

Please sign in to comment.