Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaHameed committed Jan 12, 2024
1 parent e2f00e5 commit ae8e454
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/server_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package test
package server

import (
_ "fmt"
_ "net"
"testing"

_ "github.com/UsamaHameed/tiny-redis/server"
)

func TestServer(t *testing.T) {
Expand Down

0 comments on commit ae8e454

Please sign in to comment.