Skip to content

Commit

Permalink
Merge branch 'refactor_pubsub_client' into destination_pubsub
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-cross committed Oct 23, 2024
2 parents 6045f16 + 36e128d commit bfc232b
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 2 deletions.
264 changes: 264 additions & 0 deletions pubsub/mock_client_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubsub/source/mock_pub_sub_client_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/source/mock_pub_sub_subscribe_client_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions source/source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ func Test_Read(t *testing.T) {
TopicNames: []string{"/events/TestEvent__e", "/events/TestEvent2__e"},
}

testConfig := Config{

Check failure on line 57 in source/source_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

no new variables on left side of := (typecheck)
Config: config,
}

testCases := []struct {
desc string
config Config
Expand Down

0 comments on commit bfc232b

Please sign in to comment.