Skip to content

Commit

Permalink
chore: fix PR #
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
jeertmans committed Jan 29, 2025
1 parent c8fc832 commit 997eadc
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/test_slide.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 997eadc

Please sign in to comment.