["before", "after"].forEach((type) => {
      ["find", "get", "update"].forEach((method) => {
        const context = makeContext(type, method);
        assert.doesNotThrow(
          () => checkMulti()(context),