mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
test fix
This commit is contained in:
@@ -39,6 +39,16 @@ class MockSoundEffectResource extends BaseResource implements AudioResource {
|
||||
stopped = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long duration() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long currentPosition() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setOnEnd(Runnable callback) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user