Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ Test_GetPath_StartNotFound
Function
Test_GetPath_StartNotFound
internal/mapper/mapper.path_test.go:90–93 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
88
}
89
90
func
Test_GetPath_StartNotFound(t *testing.T) {
91
_, err := GetPath(999999)
92
assert.ErrorIs(t, err, ErrPathNotFound,
"expected ErrPathNotFound for missing start"
)
93
}
Callers
nothing calls this directly
Calls
1
GetPath
Function · 0.85
Tested by
no test coverage detected