Skip to content

Commit a7555e4

Browse files
✅ tests
1 parent 8de647e commit a7555e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/app/components/actions/resolve.spec.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,12 @@ describe('ResolveActions', () => {
213213
onUpdate={spy}
214214
hasRelease
215215
projectSlug="proj-1"
216-
latestRelease={{version: 'frontend@1.2.3'}}
217216
/>
218217
);
219218

220219
await userEvent.click(screen.getByLabelText('More resolve options'));
221220
expect(screen.getByText('The current semver release')).toBeInTheDocument();
222-
expect(screen.getByText('1.2.3')).toBeInTheDocument();
221+
expect(screen.getByText('1.2.0')).toBeInTheDocument();
223222
});
224223

225224
it('shows resolve in latest release option when the current release version does not use semver and flag is enabled', async () => {

0 commit comments

Comments
 (0)