Skip to content

Commit

Permalink
Better test name.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
  • Loading branch information
pstibrany committed Jun 3, 2021
1 parent f43e831 commit bd92523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Expand Up @@ -665,7 +665,7 @@ func TestUnmarshalRelativeURL(t *testing.T) {
}
}

func TestMarshalNilRegexp(t *testing.T) {
func TestMarshalRegexpWithNilValue(t *testing.T) {
r := &Regexp{}

out, err := json.Marshal(r)
Expand Down

0 comments on commit bd92523

Please sign in to comment.