Skip to content

Commit

Permalink
Fix changelog and accompanying test (#2194)
Browse files Browse the repository at this point in the history
* Avoid NPE in changelog test

* Fix version in changelog
  • Loading branch information
Fishbowler authored Dec 14, 2024
1 parent ada536a commit fd06096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

## 1.39.4
## 1.39.5

Features:
- Add `waitToSettleTimeoutMs` to other swipe related commands ([#2153](https://github.com/mobile-dev-inc/maestro/pull/2153))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class ChangeLogUtilsTest {

val changelog = ChangeLogUtils.formatBody(content, CLI_VERSION.toString())

assertThat(changelog).isNotNull()
assertThat(changelog).isNotEmpty()
}

Expand Down

0 comments on commit fd06096

Please sign in to comment.