Skip to content

Commit

Permalink
Scope the directory in the workspace test
Browse files Browse the repository at this point in the history
  • Loading branch information
parthban-db committed Jan 13, 2025
1 parent 23d9c1e commit 1803437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func TestAccWorkspaceRecursiveListNoTranspile(t *testing.T) {
workspace.UploadOverwrite())
require.NoError(t, err)

allMyNotebooks, err := w.Workspace.RecursiveList(ctx, filepath.Join("/Users", me(t, w).UserName))
allMyNotebooks, err := w.Workspace.RecursiveList(ctx, filepath.Join("/Users", me(t, w).UserName, ".sdk"))
require.NoError(t, err)
assert.True(t, len(allMyNotebooks) >= 1)
}

0 comments on commit 1803437

Please sign in to comment.