diff options
Diffstat (limited to 'telegram/formatter/formatter_test.go')
-rw-r--r-- | telegram/formatter/formatter_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram/formatter/formatter_test.go b/telegram/formatter/formatter_test.go index 63337d6..5c93ea0 100644 --- a/telegram/formatter/formatter_test.go +++ b/telegram/formatter/formatter_test.go @@ -3,7 +3,7 @@ package formatter import ( "testing" - "github.com/zelenin/go-tdlib/client" + "github.com/godcong/go-tdlib/client" ) func TestNoFormatting(t *testing.T) { |