Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-mir committed Jun 28, 2023
1 parent aae00b2 commit 7a2597c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
Binary file added cli/cli
Binary file not shown.
Binary file modified server/server
Binary file not shown.
14 changes: 0 additions & 14 deletions server/storage_engine/btree.go

This file was deleted.

1 change: 0 additions & 1 deletion server/storage_engine/storage_engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ func TestDelete(t *testing.T) {
s.Delete("hello")
value := s.Lookup("hello")
assert.Equal(t, "", value, "Expected nil for key \"hello\"")

}

0 comments on commit 7a2597c

Please sign in to comment.