Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed Jul 30, 2024
1 parent f785e8c commit 543cc75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dummy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
package sandbox

import (
"fmt"
"testing"

_ "golang.org/x/net/nettest"
Expand All @@ -12,4 +13,5 @@ import (
func TestDummy(*testing.T) {
p := &PublicAPI{}
p.PublicFunc()
fmt.Println("test")
}

0 comments on commit 543cc75

Please sign in to comment.