diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-28 20:44:19 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-28 20:44:19 -0700 |
| commit | 8fc43f8e53a60144f49b92a0c28b0c939a69d1c9 (patch) | |
| tree | 8044e11dcf76b358d911ccdf87ef35e076d1241b /hotline/transaction_handlers_test.go | |
| parent | 2c8d7b4ab52411dc595df2f64f6058645f2b4f1b (diff) | |
Implement Scanner and Writer interface for FilePath
Diffstat (limited to 'hotline/transaction_handlers_test.go')
| -rw-r--r-- | hotline/transaction_handlers_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/transaction_handlers_test.go b/hotline/transaction_handlers_test.go index 0d6b1dc..b5e0bac 100644 --- a/hotline/transaction_handlers_test.go +++ b/hotline/transaction_handlers_test.go @@ -814,7 +814,7 @@ func TestHandleNewFolder(t *testing.T) { wantErr: false, }, { - name: "when UnmarshalBinary returns an err", + name: "when Write returns an err", args: args{ cc: &ClientConn{ Account: &Account{ |