remark for array query

This commit is contained in:
2023-08-11 17:18:45 +03:00
parent 71f438e108
commit 02aa7d25f1
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ func TestGetModule(t *testing.T) {
}
req := &pb.GetModuleReq{
ModulesId: []uint64{1, 2, 5, 40},
Id: []uint64{1, 2, 5, 40},
}
module, err := s.GetModule(context.Background(), req)