Skip to content

Commit

Permalink
Merge pull request #16 from grezar/chore/fix-test-method-names
Browse files Browse the repository at this point in the history
s/contexts/users/
  • Loading branch information
grezar committed Nov 23, 2021
2 parents 0f79bfb + 6abaa87 commit c8fca9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/google/go-cmp/cmp"
)

func Test_contexts_Me(t *testing.T) {
func Test_users_Me(t *testing.T) {
client, mux, _, teardown := setup()
defer teardown()

Expand Down Expand Up @@ -37,7 +37,7 @@ func Test_contexts_Me(t *testing.T) {
}
}

func Test_contexts_Collaborations(t *testing.T) {
func Test_users_Collaborations(t *testing.T) {
client, mux, _, teardown := setup()
defer teardown()

Expand Down Expand Up @@ -67,7 +67,7 @@ func Test_contexts_Collaborations(t *testing.T) {
}
}

func Test_contexts_GetUser(t *testing.T) {
func Test_users_GetUser(t *testing.T) {
client, mux, _, teardown := setup()
defer teardown()

Expand Down

0 comments on commit c8fca9c

Please sign in to comment.