Skip to content

Commit

Permalink
test name dup
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Mar 25, 2024
1 parent 29d51b5 commit cfa5aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion knownvalue/list_partial_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func TestListValuePartial_CheckValue(t *testing.T) {
}
}

func TestListValuePartialPartial_String(t *testing.T) {
func TestListValuePartial_String(t *testing.T) {
t.Parallel()

got := knownvalue.ListPartial(map[int]knownvalue.Check{
Expand Down
2 changes: 1 addition & 1 deletion knownvalue/tuple_partial_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func TestTuplePartial_CheckValue(t *testing.T) {
}
}

func TestTuplePartialPartial_String(t *testing.T) {
func TestTuplePartial_String(t *testing.T) {
t.Parallel()

got := knownvalue.TuplePartial(map[int]knownvalue.Check{
Expand Down

0 comments on commit cfa5aa0

Please sign in to comment.