Skip to content

Commit

Permalink
TTV model update 20.5.2024 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkikos authored May 20, 2024
1 parent 9e7e98a commit 79dde0a
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 83 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ public void getEmptyDimPid_01()
Assert.Equal<int>(-1, actualDimPid.DimInfrastructureId);
Assert.Equal<int>(-1, actualDimPid.DimPublicationChannelId);
Assert.Equal<int>(-1, actualDimPid.DimResearchDatasetId);
Assert.Equal<int>(-1, (int)actualDimPid.DimFundingDecisionId);
Assert.Equal<int>(-1, (int)actualDimPid.DimResearchProjectId);
Assert.Equal<int>(-1, (int)actualDimPid.DimResearchCommunityId);
Assert.Equal<int>(-1, actualDimPid.DimResearchDataCatalogId);
Expand Down
2 changes: 0 additions & 2 deletions aspnetcore/src/api/Models/Ttv/DimPid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public partial class DimPid

public int? DimProfileOnlyFundingDecisionId { get; set; }

public int? DimFundingDecisionId { get; set; }

public int? DimResearchProjectId { get; set; }

public int? DimResearchCommunityId { get; set; }
Expand Down
Loading

0 comments on commit 79dde0a

Please sign in to comment.