summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-07-19 22:15:08 +0700
committerShulhan <ms@kilabit.info>2022-07-19 22:15:08 +0700
commit78ab8ecb0be6fab81837b40d208ffdde70865a07 (patch)
tree78d481e503c30f8ab46fe85b940bae5ab786e020
parent3b14b1f9aefc8d52ecd3764e5022cfe3e6a6fe54 (diff)
downloadpakakeh.go-78ab8ecb0be6fab81837b40d208ffdde70865a07.tar.xz
lib/test: realign struct in the test
-rw-r--r--lib/test/test_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test/test_test.go b/lib/test/test_test.go
index 992fe888..ce0e62f9 100644
--- a/lib/test/test_test.go
+++ b/lib/test/test_test.go
@@ -10,9 +10,9 @@ import (
func TestAssert(t *testing.T) {
cases := []struct {
- desc string
in interface{}
exp interface{}
+ desc string
}{
{
desc: "With nil",