Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ipfans committed Sep 2, 2020
1 parent 39b71a2 commit f859706
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 35 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v0.1.0"></a>
## v0.1.0 - 2020-09-02
### Features
- device interface
- catalog/smartlock
- More powerful API Client


[Unreleased]: https://github.com/yunjuiot/tuyacloud/compare/v0.1.0...HEAD
35 changes: 0 additions & 35 deletions catalog/smartlock/smartlock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,5 @@ import (
)

func TestCreateTempPwd(t *testing.T) {
type fields struct {
DeviceID string
Name string
Password string
EffectiveTime int64
InvalidTime int64
Phone string
}
type mocked struct {
MockedResponseBody string
MockedError error
}
tests := []struct {
name string
fields fields
want string
}{
{
name: "All",
fields: fields{
DeviceID: "",
Name: "",
Password: "",
EffectiveTime: 0,
InvalidTime: 0,
Phone: "123456789",
},
},
}
for _, tt := range tests {
t.Run(
tt.name, func(t *testing.T) {

},
)
}
}

0 comments on commit f859706

Please sign in to comment.