Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed Feb 18, 2025
1 parent 7c424de commit ec7764b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/stretchr/testify/assert"
)

func TestKScopePascalCase(t *testing.T) {
func TestScopePascalCase(t *testing.T) {
expectCases := map[Scope]string{
UndefinedScope: "",
ShardScope: "Shard",
Expand Down

0 comments on commit ec7764b

Please sign in to comment.