Skip to content

Commit

Permalink
Remove redundant assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
rafahop committed Feb 27, 2023
1 parent dd8e1e3 commit b6f5444
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/metadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func TestCreateMetadata(t *testing.T) {

So(metaDataDoc.CSVHeader, ShouldResemble, version.Headers)
So(metaDataDoc.Dimensions, ShouldResemble, version.Dimensions)
So(metaDataDoc.Downloads, ShouldEqual, version.Downloads)
So(metaDataDoc.ReleaseDate, ShouldEqual, version.ReleaseDate)
So(metaDataDoc.Version, ShouldEqual, version.Version)

Expand Down

0 comments on commit b6f5444

Please sign in to comment.