We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1333e commit b2b004aCopy full SHA for b2b004a
test/models/degree_period_test.rb
@@ -84,7 +84,7 @@ class DegreePeriodTest < ActiveSupport::TestCase
84
archivematica_accession_count = ArchivematicaAccession.count
85
d.destroy
86
new_archivematica_accession_count = ArchivematicaAccession.count
87
- new_archivematica_accession_count == archivematica_accession_count - 1
+ assert_equal(new_archivematica_accession_count, archivematica_accession_count - 1)
88
end
89
90
test 'a degree period cannot have the same grad_month and grad_year as an existing degree period' do
0 commit comments