Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
loosla committed Jul 3, 2024
1 parent 0700254 commit cdeacf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestFilesContentHandler(t *testing.T) {
status, http.StatusOK)
}

// TODO: uncomment when can setup path to file.
// TODO: uncomment when can set path to file.
// Check the response body is what we expect
// expected := FilesContentResponse{Content: content}
// var resp FilesContentResponse
Expand Down Expand Up @@ -100,7 +100,7 @@ func TestFilesSaveHandler(t *testing.T) {
status, http.StatusOK)
}

// TODO: uncomment when can setup path to file.
// TODO: uncomment when can set path to file.
// Check if the content was correctly saved to the file
// fileContent, err := readFromFile("../files/file.txt") // TODO: fix!
// if err != nil {
Expand Down

0 comments on commit cdeacf0

Please sign in to comment.