Skip to content

Commit

Permalink
[INTERNAL] Rename unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
larskissel committed Oct 19, 2021
1 parent 1acf83a commit 6357102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/server/middleware/versionInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ test.afterEach.always((t) => {
mock.stopAll();
});

test.serial("todo", async (t) => {
test.serial("test all inner API calls within middleware", async (t) => {
let stubCount = 0;
const manifestCreatorStub = sinon.stub().callsFake(() => `stubbed manifest ${stubCount++}`);
const dummyVersionInfo = resourceFactory.createResource({
Expand Down

0 comments on commit 6357102

Please sign in to comment.