Skip to content

Commit

Permalink
fix: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhixu committed Nov 8, 2024
1 parent 7cae068 commit 5dd213c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import (
func TestRdb(t *testing.T) {
ast := assert.New(t)
rdb := NewRdb("main.go")
ast.Nil(rdb.LoadDB())
ast.NotNil(rdb.LoadDB())
}

0 comments on commit 5dd213c

Please sign in to comment.