Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Nov 13, 2024
1 parent db441b5 commit 20e9257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func TestFindPackage(t *testing.T) {

func TestMatchesPackageName(t *testing.T) {
address := filepath.Join(getTestDir("test_find_package"), "test_2", "kcl.mod")
assert.Equal(t, matchesPackageName(address, "test_find_package"), true)
assert.Equal(t, MatchesPackageName(address, "test_find_package"), true)
}

func TestShortHash(t *testing.T) {
Expand Down

0 comments on commit 20e9257

Please sign in to comment.