Skip to content

Commit

Permalink
refactor: refactor nacos configstore component.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb0225 committed Jun 14, 2023
1 parent 5f69265 commit 1160a1f
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 221 deletions.
3 changes: 2 additions & 1 deletion components/configstores/nacos/change_listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
package nacos

import (
"github.com/stretchr/testify/assert"
"testing"

"github.com/stretchr/testify/assert"
)

func Test_newSubscriberHolder(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion components/configstores/nacos/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
package nacos

import (
"github.com/stretchr/testify/assert"
"testing"

"github.com/stretchr/testify/assert"
)

func TestParseNacosMetadata(t *testing.T) {
Expand Down
Loading

0 comments on commit 1160a1f

Please sign in to comment.