Skip to content

Commit

Permalink
fix sound test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexedia committed Oct 10, 2024
1 parent 5332743 commit f25eb66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added test/files/sound.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion test/integration/rest_integration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ void main() {
SoundboardSoundBuilder(
name: 'Test sound',
volume: 0.5,
sound: SoundBuilder(data: [79, 103, 103, 83], format: 'ogg'),
sound: await SoundBuilder.fromFile(File('test/files/sound.ogg')),
),
),
completes,
Expand Down

0 comments on commit f25eb66

Please sign in to comment.