Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Apr 9, 2024
1 parent 8236f40 commit a026b60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions diff/diff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ func TestDiff_ModifiedOperation(t *testing.T) {
require.NoError(t, err)

require.Equal(t, &diff.OperationsDiff{
Added: utils.StringList{"GET"},
Deleted: utils.StringList{"POST"},
Modified: diff.ModifiedOperations{},
Added: utils.StringList{"GET"},
Deleted: utils.StringList{"POST"},
Modified: diff.ModifiedOperations{},
},
d.PathsDiff.Modified["/api/test"].OperationsDiff)
}
Expand Down

0 comments on commit a026b60

Please sign in to comment.