Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X authored and syd committed Dec 23, 2024
1 parent 253371f commit 7ab22fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/featureUnit/work_externalcontact_get_contact_way_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package featureUnit

import (
"context"
"github.com/ArtisanCloud/PowerLibs/v3/fmt"
"testing"

"github.com/ArtisanCloud/PowerLibs/v3/fmt"
)

func Test_ExternalContact_Get_Contact_Way(t *testing.T) {

response, _ := Work.ExternalContactContactWay.Get(context.Background(), "008dc067bf677e5f03df89ce49bea25a")

if response == nil {
Expand All @@ -17,5 +17,4 @@ func Test_ExternalContact_Get_Contact_Way(t *testing.T) {
}

fmt.Dump(response)

}

0 comments on commit 7ab22fc

Please sign in to comment.