Skip to content

Commit

Permalink
rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Nov 9, 2024
1 parent 702ba67 commit 5716409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions failure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ func TestFormat(t *testing.T) {

for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
result := tt.failure.Format()
assert.Equal(t, tt.expected, result)
got := tt.failure.Format()
assert.Equal(t, tt.expected, got)
})
}
}

0 comments on commit 5716409

Please sign in to comment.