Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-s committed Feb 22, 2020
1 parent 1b0db7c commit edf6019
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -48,4 +48,9 @@ public String getName() {
public String getClassName() {
return className;
}

@Override
public Memory toValue() {
return this;
}
}

0 comments on commit edf6019

Please sign in to comment.