Skip to content

Commit

Permalink
Ignore bin and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Aug 26, 2024
1 parent 608de54 commit f358716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
with:
# Skip generated code as well as cstol_converter which has false
# positivies on ADN and Adn
skip: ./docs,*.map,*.min.js,*.pem,cstol_converter
skip: ./docs,*.map,*.min.js,*.pem,*.bin,cstol_converter
ignore_words_file: .whitelist
2 changes: 1 addition & 1 deletion openc3/spec/models/activity_model_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def generate_activity(name:, scope:, start:, kind: "COMMAND", stop: 1.0, data: {
data: {'key' => 'val2'}
).create()
expect(ActivityModel.count(name: 'timeline', scope: 'DEFAULT')).to eql 2
# TODO: Deleting both acitvities with the same start is not what we want
# TODO: Deleting both activities with the same start is not what we want
# Probably need a UUID like with recurring items to support overlap
ret = ActivityModel.destroy(name: 'timeline', scope: 'DEFAULT', score: start)
expect(ret).to eql(2)
Expand Down

0 comments on commit f358716

Please sign in to comment.