Skip to content

Commit

Permalink
rename test func
Browse files Browse the repository at this point in the history
  • Loading branch information
wongoo committed Nov 10, 2020
1 parent d2bfa8a commit 94fc336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hessian_demo/loop_encode_decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (Location) JavaClassName() string {
return "hessian.demo.Location"
}

func TestLoopDecode(t *testing.T) {
func TestLoopEncodeDecode(t *testing.T) {
u := &User{
Name: "wongoo",
Age: 18,
Expand Down

0 comments on commit 94fc336

Please sign in to comment.