summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-20 03:41:25 -0300
committerEuAndreh <eu@euandre.org>2024-10-20 04:33:15 -0300
commit875420fcff2df52badb25d3f84cb7d9e4baffacf (patch)
treeaf4ea1756e60379d3f6a0028533a6d223556fc25 /tests
parentMakefile: "var version" -> "const Version" (diff)
downloadwscat-875420fcff2df52badb25d3f84cb7d9e4baffacf.tar.gz
wscat-875420fcff2df52badb25d3f84cb7d9e4baffacf.tar.xz
Adapt to latest golang Makefile skeleton
Diffstat (limited to 'tests')
-rw-r--r--tests/wscat.go2
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)
}