style: typo for the BuilderNamespace (#2776)

Signed-off-by: saltbo <saltbo@foxmail.com>
This commit is contained in:
Ambor
2023-04-11 08:39:42 +05:30
committed by GitHub
parent 3a1db58066
commit 117c383fac
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ func TestNamespaceResolver(t *testing.T) {
func getFissionNamespaces(builderNS, functionNS, defaultNS string) *NamespaceResolver {
return &NamespaceResolver{
FunctionNamespace: functionNS,
BuiderNamespace: builderNS,
BuilderNamespace: builderNS,
DefaultNamespace: defaultNS,
}
}