Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Dec 3, 2022
1 parent ddd67fa commit 54b5998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState
* @implNote The return value of this method should not be assigned to a field, as that would
* prevent mutations introduced by Pitest from being killed.
*/
private ImmutableSet<Supplier<Type>> getTestTypes() {
private static ImmutableSet<Supplier<Type>> getTestTypes() {
return ImmutableSet.of(
// Invalid types.
type("java.lang.Nonexistent"),
Expand Down

0 comments on commit 54b5998

Please sign in to comment.