Skip to content

Commit

Permalink
yes. no.
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Sep 11, 2024
1 parent 59878ea commit 5c52661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/commands/databases.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ const databases = [
describe("database test", () => {
// Translate this test to work with version 4.0.4 of @oclif/test

it("certainly fails", async () => {
expect(true).to.be(false);
});

it("runs list-databases", async () => {
nock(getEndpoint(), { allowUnmocked: true })
.persist()
Expand Down

0 comments on commit 5c52661

Please sign in to comment.