Skip to content

Commit

Permalink
add change to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
systeembeheerder committed Dec 6, 2024
1 parent e0d3798 commit ce8aee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]

### Added
- junos: add unit test (@systeembeheerder)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion spec/model/junos_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
status, result = @node.run

_(status).must_equal :success
result2file(result, 'model-output.txt')
#result2file(result, 'model-output.txt')
_(result.to_cfg).must_equal mockmodel.oxidized_output
end
end

0 comments on commit ce8aee3

Please sign in to comment.