Skip to content

Commit 4c42dec

Browse files
committed
fix namespace
1 parent 72bb9ac commit 4c42dec

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

module/executiondatasync/optimistic_sync/pipeline/core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package optimistic_sync
1+
package pipeline
22

33
import (
44
"context"

module/executiondatasync/optimistic_sync/pipeline/core_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package optimistic_sync
1+
package pipeline
22

33
import (
44
"context"

module/executiondatasync/optimistic_sync/pipeline/pipeline.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package optimistic_sync
1+
package pipeline
22

33
import (
44
"context"

module/executiondatasync/optimistic_sync/pipeline/pipeline_functional_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package optimistic_sync
1+
package pipeline
22

33
import (
44
"context"

module/executiondatasync/optimistic_sync/pipeline/pipeline_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package optimistic_sync
1+
package pipeline
22

33
import (
44
"context"

module/executiondatasync/optimistic_sync/pipeline/pipeline_test_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package optimistic_sync
1+
package pipeline
22

33
import (
44
"testing"

0 commit comments

Comments
 (0)