Skip to content

Commit

Permalink
Missed TP in the counting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Feb 15, 2024
1 parent e5edfa3 commit 3756158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public void testAllRefactorings() throws Exception {
GitHistoryRefactoringMinerImpl detector = new GitHistoryRefactoringMinerImpl();
TestBuilder test = new TestBuilder(detector, REPOS, Refactorings.All.getValue());
RefactoringPopulator.feedRefactoringsInstances(Refactorings.All.getValue(), Systems.FSE.getValue(), test);
test.assertExpectationsWithGitHubAPI(12050, 20, 241);
test.assertExpectationsWithGitHubAPI(12045, 20, 241);
}
}
2 changes: 1 addition & 1 deletion src/test/resources/oracle/expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ dd8753cfb0f67db4dde6c5254e2df3104b635dae, 4, 0, 0
a896b8bf8f7067e41291eb7771deed76b3621fa0, 8, 0, 0
80d3ffb5aafa90992385c17e8338c2cc5def3cec, 2, 0, 0
2ef067fc70055fc4d55c75937303414ddcf07e0e, 26, 0, 2
f50f234b24e6ada29c82ce57830118508bf55d51, 38, 0, 1
f50f234b24e6ada29c82ce57830118508bf55d51, 39, 0, 1
e2de877a29217a50afbd142454a330e423d86045, 3, 0, 0
e9efc045fbc6fa893c66a03b72b7eedb388cf96c, 2, 0, 0
c9b2006381301c99b66c50c4b31f329caac06137, 7, 0, 0
Expand Down

0 comments on commit 3756158

Please sign in to comment.