Skip to content

Commit 77bc756

Browse files
committed
Simplify tests
1 parent 48db51e commit 77bc756

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
language: go
2-
3-
go:
4-
- 1.3
5-
6-
script:
7-
- go test -v ./...
1+
language: go

semantics3_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ func Test_AddParams(t *testing.T) {
3131

3232
func Test_NewClient(t *testing.T) {
3333
ret := NewClient("1", "2", "bags")
34-
assert.Equal(t, ret.oauth, oauth.NewConsumer("1", "2", oauth.ServiceProvider{}))
3534
assert.Equal(t, ret.endpoint, "bags")
3635
}
3736

0 commit comments

Comments
 (0)