Updated formatting
All checks were successful
/ test (push) Successful in 14s

This commit is contained in:
Eduard Urbach 2025-06-06 16:49:43 +02:00
parent 046a393313
commit b3b33f85f5
Signed by: eduard
GPG key ID: 49226B848C78F6C8
13 changed files with 13 additions and 13 deletions

View file

@ -39,4 +39,4 @@ func TestFailNotEqual(t *testing.T) {
func TestFailDeepEqual(t *testing.T) {
assert.DeepEqual(fail(t), "Hello", "World")
}
}