Skip to content

Commit

Permalink
add server and client test
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshi-099 committed Oct 23, 2023
1 parent a7a52da commit c27b9cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rotom_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,7 @@ func TestSetAndBitmap(t *testing.T) {
func TestClient(t *testing.T) {
assert := assert.New(t)

cfg := DefaultConfig
cfg.Path = gofakeit.UUID() + ".db"
db, err := Open(cfg)
db, err := Open(NoPersistentConfig)
assert.Nil(err)

go db.Listen("localhost:9876")
Expand Down

0 comments on commit c27b9cf

Please sign in to comment.