Skip to content

Commit 83ecc8b

Browse files
authored
test(sidekick): remove unused test constant (#2824)
1 parent d798500 commit 83ecc8b

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

internal/sidekick/sidekick/sidekick_rust_prost_convert_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ func TestRustProstConvert(t *testing.T) {
4444
for _, config := range configs {
4545
cmdLine := &CommandLine{
4646
Command: []string{},
47-
ProjectRoot: projectRoot,
4847
SpecificationFormat: "protobuf",
4948
SpecificationSource: config.Source,
5049
Source: map[string]string{

internal/sidekick/sidekick/sidekick_rust_prost_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ func TestRustProstFromProtobuf(t *testing.T) {
3030

3131
cmdLine := &CommandLine{
3232
Command: []string{},
33-
ProjectRoot: projectRoot,
3433
SpecificationFormat: "protobuf",
3534
SpecificationSource: specificationSource,
3635
Source: map[string]string{

internal/sidekick/sidekick/sidekick_sample_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ func TestSampleFromProtobuf(t *testing.T) {
2929

3030
cmdLine := &CommandLine{
3131
Command: []string{},
32-
ProjectRoot: projectRoot,
3332
SpecificationFormat: "protobuf",
3433
SpecificationSource: specificationSource,
3534
Source: map[string]string{

internal/sidekick/sidekick/sidekick_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ import (
2121
"testing"
2222
)
2323

24-
const (
25-
// projectRoot is the root of the google-cloud-rust. The golden files for
26-
// these tests depend on code in ../../auth and ../../src/gax.
27-
projectRoot = "../.."
28-
)
29-
3024
var (
3125
testdataDir, _ = filepath.Abs("../testdata")
3226
googleapisRoot = fmt.Sprintf("%s/googleapis", testdataDir)

0 commit comments

Comments
 (0)