diff options
author | EuAndreh <eu@euandre.org> | 2024-10-20 03:41:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-20 04:33:15 -0300 |
commit | 875420fcff2df52badb25d3f84cb7d9e4baffacf (patch) | |
tree | af4ea1756e60379d3f6a0028533a6d223556fc25 /tests | |
parent | Makefile: "var version" -> "const Version" (diff) | |
download | wscat-875420fcff2df52badb25d3f84cb7d9e4baffacf.tar.gz wscat-875420fcff2df52badb25d3f84cb7d9e4baffacf.tar.xz |
Adapt to latest golang Makefile skeleton
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wscat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wscat.go b/tests/wscat.go index 146576d..25fce9e 100644 --- a/tests/wscat.go +++ b/tests/wscat.go @@ -1740,7 +1740,7 @@ func test_parseArgs() { toAddr: "z", } - g.AssertEqual(given, expected) + g.TAssertEqual(given, expected) } |