Change module name to go.fd.io/govpp
[govpp.git] / binapigen / vppapi / integration_test.go
index 142017a..c3df45c 100644 (file)
@@ -20,7 +20,7 @@ import (
        "encoding/json"
        "testing"
 
-       "git.fd.io/govpp.git/binapigen/vppapi"
+       "go.fd.io/govpp/binapigen/vppapi"
 )
 
 func TestParse(t *testing.T) {
@@ -30,7 +30,6 @@ func TestParse(t *testing.T) {
        }
 
        for _, file := range files {
-               //t.Logf(" - %s: %+v", path, module)
                b, err := json.MarshalIndent(file, "\t", "  ")
                if err != nil {
                        t.Fatal(err)
@@ -39,5 +38,4 @@ func TestParse(t *testing.T) {
        }
 
        t.Logf("parsed %d files", len(files))
-
 }