From 9baa460ed04186afd9334e9ea4745e3b4488a9ad Mon Sep 17 00:00:00 2001 From: Ashton Eby Date: Wed, 11 Sep 2024 15:39:14 -0700 Subject: [PATCH] yes. no. --- test/commands/databases.test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/commands/databases.test.js b/test/commands/databases.test.js index b8596323..771a6e3c 100644 --- a/test/commands/databases.test.js +++ b/test/commands/databases.test.js @@ -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.equal(false); + }); + it("runs list-databases", async () => { nock(getEndpoint(), { allowUnmocked: true }) .persist()