diff options
-rw-r--r-- | test/sound/raw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sound/raw.h b/test/sound/raw.h index 564ea2b266..a902235993 100644 --- a/test/sound/raw.h +++ b/test/sound/raw.h @@ -237,7 +237,7 @@ private: TS_ASSERT_EQUALS(s->endOfData(), true); // Try to seek after the end of the stream - TS_ASSERT_EQUALS(s->seek(Audio::Timestamp(time * 1000, 1, 100000)), false); + TS_ASSERT_EQUALS(s->seek(Audio::Timestamp(time, 1, 100000)), false); TS_ASSERT_EQUALS(s->endOfData(), true); // Try to seek exactly at the end of the stream |