it('should add/remove an acquired skill id to/from a node in the story', () => {
    let storyNodeLastModifiedSpy = spyOn(
      storyUpdateService,
      'setStoryNodeLastModifiedMsecs'
    );