Skip to content

Commit

Permalink
- Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j-corry committed Aug 22, 2024
1 parent 6f209da commit 1cecfc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"result": {
"line": 83.02
"line": 83.05
}
}
2 changes: 1 addition & 1 deletion coverage/.resultset.json
Original file line number Diff line number Diff line change
Expand Up @@ -3659,6 +3659,6 @@
]
}
},
"timestamp": 1724317132
"timestamp": 1724317741
}
}
2 changes: 1 addition & 1 deletion coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img src="./assets/0.12.3/loading.gif" alt="loading"/>
</div>
<div id="wrapper" class="hide">
<div class="timestamp">Generated <abbr class="timeago" title="2024-08-22T09:58:52+01:00">2024-08-22T09:58:52+01:00</abbr></div>
<div class="timestamp">Generated <abbr class="timeago" title="2024-08-22T10:09:01+01:00">2024-08-22T10:09:01+01:00</abbr></div>
<ul class="group_tabs"></ul>

<div id="content">
Expand Down
2 changes: 1 addition & 1 deletion spec/models/search_data_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@

context 'where no sort is present' do
it 'defaults to date descending' do
expect(search_data.sort).to be 'date_desc'
expect(search_data.sort).to eq('date_desc')
end
end
end
Expand Down

0 comments on commit 1cecfc6

Please sign in to comment.