mirror of
https://github.com/gusaul/grpcox.git
synced 2025-01-24 21:24:39 +00:00
fix broken unit test
This commit is contained in:
parent
c2a6f5dd7f
commit
6d348c6611
|
@ -60,7 +60,7 @@ func Test_prepareImport(t *testing.T) {
|
|||
}
|
||||
for _, tt := range tests {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
if got := prepareImport(tt.args.proto, ""); !reflect.DeepEqual(got, tt.want) {
|
||||
if got := prepareImport(tt.args.proto); !reflect.DeepEqual(got, tt.want) {
|
||||
t.Errorf("prepareImport() = %v, want %v",
|
||||
string(got),
|
||||
string(tt.want))
|
||||
|
|
Loading…
Reference in New Issue
Block a user