Skip to content

Commit

Permalink
Clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitfield3 committed Sep 28, 2024
1 parent d7fe97b commit 88feba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/ai/models/info.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import heredoc from 'tsheredoc'
import stripAnsi from '../../../helpers/strip-ansi'
import {CLIError} from '@oclif/core/lib/errors'

describe.only('ai:models:info', function () {
describe('ai:models:info', function () {
const {env} = process
let api: nock.Scope
let herokuAI: nock.Scope
Expand Down

0 comments on commit 88feba9

Please sign in to comment.