Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdai committed Mar 30, 2017
1 parent 7958eef commit 82ca1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luis_test.go
Expand Up @@ -36,7 +36,7 @@ func TestIntentList(t *testing.T) {

e := getLuis(t)

res, err := e.IntelList()
res, err := e.IntentList()

if err != nil {
t.Error("Error happen on :", err.Err)
Expand Down

0 comments on commit 82ca1a1

Please sign in to comment.