Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Malin Klang <[email protected]>
  • Loading branch information
jbygdell and MalinAhlberg authored Jan 7, 2025
1 parent 591ecea commit 39707d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sda/internal/database/db_functions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ func (suite *DatabaseTests) TestGetCorrID_wrongFilePath() {
fileID, err := db.RegisterFile(filePath, user)
assert.NoError(suite.T(), err, "failed to register file in database")
err = db.UpdateFileEventLog(fileID, "uploaded", fileID, user, "{}", "{}")
assert.NoError(suite.T(), err, "failed to update satus of file in database")
assert.NoError(suite.T(), err, "failed to update status of file in database")

corrID, err := db.GetCorrID(user, "/testuser/file20.c4gh", "")
assert.EqualError(suite.T(), err, "sql: no rows in result set")
Expand Down

0 comments on commit 39707d9

Please sign in to comment.