You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Update state that would normally not be affecting existing versions, effectively simulating the situation where we only started parsing it after versions had already been created
93
94
$0.shell.run ={@Sendable cmd, path in
@@ -105,42 +106,42 @@ class ReAnalyzeVersionsTests: AppTestCase {
105
106
}
106
107
return""
107
108
}
108
-
} operation:{
109
109
// also, update release notes to ensure mergeReleaseInfo is being called
110
110
letr=tryawaitRepository.find(repoId, on: app.db).unwrap()
111
111
r.releases =[
112
112
.mock(description:"rel 1.2.3", tagName:"1.2.3")
113
113
]
114
114
tryawait r.save(on: app.db)
115
-
}
116
-
do{ // assert running analysis again does not update existing versions
117
-
tryawaitAnalyze.analyze(client: app.client,
118
-
database: app.db,
119
-
mode:.limit(10))
115
+
} operation:{
116
+
do{ // assert running analysis again does not update existing versions
0 commit comments