Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Jan 6, 2025
1 parent 179d40b commit cd472c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/tester_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ var testerDefinition = tester_definition.TesterDefinition{
},
{
Slug: "gs0",
TestFunc: testAPIVersionwFetchKey,
TestFunc: testAPIVersionWithFetchKey,
},
{
Slug: "dh6",
TestFunc: testFetchWithNoTopics,
},
{
Slug: "hn6",
TestFunc: testFetchWithUnkownTopicID,
TestFunc: testFetchWithUnknownTopicID,
},
{
Slug: "cm4",
Expand All @@ -66,7 +66,7 @@ var testerDefinition = tester_definition.TesterDefinition{
},
{
Slug: "yk1",
TestFunc: testAPIVersionwDescribeTopicPartitions,
TestFunc: testAPIVersionWithDescribeTopicPartitions,
},
{
Slug: "vt6",
Expand Down

0 comments on commit cd472c9

Please sign in to comment.