Skip to content

Commit 997eadc

Browse files
committed
chore: fix PR #
fix
1 parent c8fc832 commit 997eadc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
[#439](https://github.com/jeertmans/manim-slides/pull/439)
1818
- Added `src = ...` filepath argument to allow inserting external
1919
videos as slides.
20-
[#4526](https://github.com/jeertmans/manim-slides/pull/526)
20+
[#526](https://github.com/jeertmans/manim-slides/pull/526)
2121

2222
(unreleased-changed)=
2323
### Changed

tests/test_slide.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,9 @@ def construct(self) -> None:
619619
self.wait(2)
620620
self.next_slide()
621621
self.wait(2)
622+
self.next_slide() # Dummy
622623
self.next_slide(src=config.slides[1].file, loop=True)
624+
self.next_slide() # Dummy
623625
self.wait(2)
624626
self.next_slide(src=config.slides[2].file)
625627

0 commit comments

Comments
 (0)