Skip to content

Commit c743b45

Browse files
mogmikedhammar
andauthored
Update tests/store/crud/test_create.py
Co-authored-by: Alfred Kedhammar <89784800+kedhammar@users.noreply.github.com>
1 parent 4b38d14 commit c743b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/store/crud/test_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_add_pending_analysis(store: MockStore):
3434
type=TrailblazerTypes.WGS,
3535
)
3636

37-
# WHEN creating an storing a pending analysis
37+
# WHEN creating and storing a pending analysis
3838
analysis: Analysis = store.add_pending_analysis(analysis_data)
3939

4040
# THEN an analysis has been created and persisted to the database

0 commit comments

Comments
 (0)