Skip to content

Commit ddf878d

Browse files
committed
test ci
1 parent 2b5134a commit ddf878d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

lib/logger/logs/runtime.log

Whitespace-only changes.

lib/logger/logs/runtime_err.log

Whitespace-only changes.

structure/string_test.go

+6
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,9 @@ func TestStringStructure_Persist(t *testing.T) {
333333
assert.Nil(t, err)
334334
assert.Equal(t, v2, "1")
335335
}
336+
337+
func TestCI(t *testing.T) {
338+
str, _ := initdb()
339+
str.db.Put()
340+
341+
}

0 commit comments

Comments
 (0)