Skip to content

Commit

Permalink
Updated approval tests after data standard update.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcelhanon committed Oct 24, 2023
1 parent 101c4a5 commit 2a5009f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37895,6 +37895,7 @@ public override int GetHashCode()
// -------------------------------------------------------------
[JsonProperty("_ext")]
[JsonConverter(typeof(ExtensionsConverter), "CourseTranscript", "CourseTranscriptProgram")]
[ValidateExtensions]
public System.Collections.IDictionary Extensions { get; set; }
// -------------------------------------------------------------

Expand Down Expand Up @@ -38440,6 +38441,7 @@ public override int GetHashCode()
// -------------------------------------------------------------
[JsonProperty("_ext")]
[JsonConverter(typeof(ExtensionsConverter), "CourseTranscript", "CourseTranscriptSection")]
[ValidateExtensions]
public System.Collections.IDictionary Extensions { get; set; }
// -------------------------------------------------------------

Expand Down Expand Up @@ -188148,6 +188150,7 @@ public override int GetHashCode()
// -------------------------------------------------------------
[JsonProperty("_ext")]
[JsonConverter(typeof(ExtensionsConverter), "StudentSectionAssociation", "StudentSectionAssociationProgram")]
[ValidateExtensions]
public System.Collections.IDictionary Extensions { get; set; }
// -------------------------------------------------------------

Expand Down

0 comments on commit 2a5009f

Please sign in to comment.