Skip to content

Commit

Permalink
test rename / fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ohaibbq committed Jan 26, 2024
1 parent 06d9107 commit 704a5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/func_time_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package internal

import "testing"

func TestQuery(t *testing.T) {
func TestTimeParser(t *testing.T) {
for _, test := range []struct {
name string
text []rune
Expand Down Expand Up @@ -57,7 +57,7 @@ func TestQuery(t *testing.T) {
text: []rune{'0', '0', '/'},
minValue: 1,
maxValue: 12,
expectedErr: "part [0] is less than minimum value [1] ",
expectedErr: "part [0] is less than minimum value [1]",
},
{
name: "multiple digits but lower than start bound; non-digit character terminates",
Expand Down

0 comments on commit 704a5ae

Please sign in to comment.