Skip to content

Commit

Permalink
Merge pull request #369 from fmasa/test-import
Browse files Browse the repository at this point in the history
Fix import of Talent.tests
  • Loading branch information
fmasa authored Nov 12, 2024
2 parents 48295fe + 7cc3dfe commit d1ecf0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data class TalentImport(
Talent(
id = uuid4(),
name = name,
tests = associatedTests,
maxTimesTaken = maxTimesTaken,
description = description,
isVisibleToPlayers = isVisibleToPlayers,
Expand Down

0 comments on commit d1ecf0c

Please sign in to comment.