mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Fix TestResolveModule4
This commit is contained in:
parent
659f7b0433
commit
844f565cc0
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ func TestResolveModule4(t *testing.T) {
|
|||
AssertEqual(t, moduleName,
|
||||
"http://unpkg.com/liltest@0.0.5/index.ts")
|
||||
AssertEqual(t, filename,
|
||||
"/Users/rld/.deno/src/unpkg.com/liltest@0.0.5/index.ts")
|
||||
path.Join(SrcDir, "unpkg.com/liltest@0.0.5/index.ts"))
|
||||
}
|
||||
|
||||
func TestResolveModule5(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue