diff options
Diffstat (limited to 'tests/lib_test.go')
-rw-r--r-- | tests/lib_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib_test.go b/tests/lib_test.go index a857510..4e63d06 100644 --- a/tests/lib_test.go +++ b/tests/lib_test.go @@ -8,6 +8,7 @@ import ( "euandre.org/binder/src" ) + func TestPlaceholder(t *testing.T) { g.AssertEqual(t, binder.USER, "nobody") } |