const FIXTURE = 'merge_request_diffs/with_commit.json';

export default function getDiffWithCommit() {
  return getJSONFixture(FIXTURE);
}