Skip to content

Commit 025bba5

Browse files
committed
update test
1 parent 4907d1c commit 025bba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gen-ai/frontend/src/app/AIAssets/components/__tests__/AIModelTableRow.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ describe('AIModelTableRow', () => {
203203
expect(screen.getByText('Ready')).toBeInTheDocument();
204204
});
205205

206-
it('should show Inactive status when model is stopped', () => {
206+
it('should show Inactive status when model is not Running', () => {
207207
const model = createMockAIModel({ status: 'Stop' });
208208
render(
209209
<TestWrapper>

0 commit comments

Comments
 (0)