Skip to content

Commit 7a15a67

Browse files
committed
Fix4 for cd_test.go
1 parent 359b4da commit 7a15a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtins/cd_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package builtins_test
22

33
import (
44
"errors"
5-
"github.com/jh125486/CSCE4600/Project2/builtins"
5+
"github.com/Shashi42/CSCE4600_Project2Shell/builtins"
66
"os"
77
"testing"
88
)

0 commit comments

Comments
 (0)