Skip to content

Commit

Permalink
Don't check simple when comparing term definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jul 17, 2023
1 parent d7c54af commit 4a13da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run tests
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2
if: "matrix.ruby == '3.0'"
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Run tests
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2
if: "matrix.ruby == '3.0'"
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion lib/json/ld/context.rb
Expand Up @@ -2322,7 +2322,6 @@ def ==(other)
language_mapping == other.language_mapping &&
direction_mapping == other.direction_mapping &&
reverse_property == other.reverse_property &&
simple == other.simple &&
index == other.index &&
context == other.context &&
prefix? == other.prefix? &&
Expand Down

0 comments on commit 4a13da9

Please sign in to comment.