Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Oct 31, 2024
1 parent 7d5eca5 commit 9602785
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/filer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,9 @@ func TestAccFilerWorkspaceNotebookConflict(t *testing.T) {
err = f.Write(ctx, tc.name, strings.NewReader(tc.content1))
require.NoError(t, err)

// Assert contents after initial upload
// Assert contents after initial upload. Note that we expect the content
// for jupyter notebooks to be of type source because the workspace files
// client always uses the source format to read notebooks from the workspace.
filerTest{t, f}.assertContents(ctx, tc.nameWithoutExt, tc.expected1)

// Assert uploading a second time fails due to overwrite mode missing
Expand Down

0 comments on commit 9602785

Please sign in to comment.