Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
latenssi committed Jun 17, 2021
1 parent 385f97a commit fb92478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ func TestTokenHandlers(t *testing.T) {
method: http.MethodGet,
contentType: "application/json",
url: fmt.Sprintf("/%s/fungible-tokens", aa[1].Address),
expected: `\[.*{"name":"FUSD"}.*{"name":"FlowToken"}.*\]`,
expected: `\[.*"name":"FUSD".*"name":"FlowToken".*\]`,
status: http.StatusOK,
},
}
Expand Down

0 comments on commit fb92478

Please sign in to comment.