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 bc40f47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 Expand Up @@ -61,6 +61,7 @@ describe.only('ai:models:info', function () {
})

context('when provisioned model name is not provided', function () {
// eslint-disable-next-line mocha/no-setup-in-describe
const multipleAddons = Array.from({length: 2}).fill(addon1)

beforeEach(function () {
Expand Down

0 comments on commit bc40f47

Please sign in to comment.