Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix PR #
Browse files Browse the repository at this point in the history
fix
jeertmans committed Jan 29, 2025
1 parent c8fc832 commit 997eadc
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#439](https://github.com/jeertmans/manim-slides/pull/439)
- Added `src = ...` filepath argument to allow inserting external
videos as slides.
[#4526](https://github.com/jeertmans/manim-slides/pull/526)
[#526](https://github.com/jeertmans/manim-slides/pull/526)

(unreleased-changed)=
### Changed
2 changes: 2 additions & 0 deletions tests/test_slide.py
Original file line number Diff line number Diff line change
@@ -619,7 +619,9 @@ def construct(self) -> None:
self.wait(2)
self.next_slide()
self.wait(2)
self.next_slide() # Dummy
self.next_slide(src=config.slides[1].file, loop=True)
self.next_slide() # Dummy
self.wait(2)
self.next_slide(src=config.slides[2].file)

0 comments on commit 997eadc

Please sign in to comment.