Skip to content

Commit de720d9

Browse files
committed
remove alias
Signed-off-by: sadath-12 <[email protected]>
1 parent 5e1f64d commit de720d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/pubsub/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ output_match_mode: substring
2020
expected_stdout_lines:
2121
- 'event - PubsubName: messages, Topic: neworder'
2222
- 'event - PubsubName: messages, Topic: newbulkorder'
23+
- 'event - PubsubName: messages, Topic: newbulkorder'
2324
background: true
2425
sleep: 15
2526
-->

service/grpc/topic_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/stretchr/testify/assert"
2323
"github.com/stretchr/testify/require"
2424

25-
runtime "github.com/dapr/dapr/pkg/proto/runtime/v1"
25+
"github.com/dapr/dapr/pkg/proto/runtime/v1"
2626
"github.com/dapr/go-sdk/service/common"
2727
)
2828

0 commit comments

Comments
 (0)