Skip to content

Commit

Permalink
Merge pull request #612 from domialex/features/repoe-update
Browse files Browse the repository at this point in the history
Updated RePoe data
  • Loading branch information
domialex authored Apr 27, 2021
2 parents 9674211 + 7eb512e commit 556afb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public async Task ParseHypnoticCharm()
Assert.Equal("Imbued Wand", actual.Metadata.Type);

var crafteds = actual.Modifiers.Crafted.Select(x => x.Text);
// Commented because RePoe is not up to date
// Assert.Contains("Trigger a Socketed Spell when you Use a Skill, with a 8 second Cooldown", crafteds);
Assert.Contains("Trigger a Socketed Spell when you Use a Skill, with a 8 second Cooldown", crafteds);
}

#region ItemText
Expand Down

0 comments on commit 556afb0

Please sign in to comment.