Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Mar 10, 2022
1 parent e63b893 commit f3c7088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/active_triples/rdf_source_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,6 @@ class Validation

error_messages = subject.errors.messages
expect(error_messages).to(include(:base))
expect(error_messages[:base]).to be_an(Array)
values = error_messages[:base]
expect(values).not_to be_empty
expect(values.first.to_s).to eq("The underlying graph must be valid")
Expand Down

0 comments on commit f3c7088

Please sign in to comment.