Skip to content

Commit

Permalink
add test file
Browse files Browse the repository at this point in the history
  • Loading branch information
William Parsley committed Dec 11, 2023
1 parent 4a43a21 commit 2d34eb9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions go/internal/feast/transformation/transformation_service_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package transformation

import (
"github.com/stretchr/testify/assert"
"testing"
)

func TestSendGrpcRequest(t *testing.T) {
assert.Equal(t, true, true)
}

0 comments on commit 2d34eb9

Please sign in to comment.