diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-19 22:15:08 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-19 22:15:08 +0700 |
| commit | 78ab8ecb0be6fab81837b40d208ffdde70865a07 (patch) | |
| tree | 78d481e503c30f8ab46fe85b940bae5ab786e020 /lib/test | |
| parent | 3b14b1f9aefc8d52ecd3764e5022cfe3e6a6fe54 (diff) | |
| download | pakakeh.go-78ab8ecb0be6fab81837b40d208ffdde70865a07.tar.xz | |
lib/test: realign struct in the test
Diffstat (limited to 'lib/test')
| -rw-r--r-- | lib/test/test_test.go | 2 |
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", |
