You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"errors were found at the given arguments:\n\n * 1st argument: the table identifier does not refer to an existing ETS table\n * 2nd argument: not a tuple\n"
85
-
},
86
-
stack: stack
87
-
}==ReportException.new([{:req,:ok}],err)
88
-
end
78
+
assert_receive{:boom,{_reason,stack}=err}
79
+
80
+
assert%GRPC.Server.Adapters.ReportException{
81
+
__exception__: true,
82
+
adapter_extra: [req: :ok],
83
+
kind: :error,
84
+
reason: %ArgumentError{
85
+
__exception__: true,
86
+
message:
87
+
"errors were found at the given arguments:\n\n * 1st argument: the table identifier does not refer to an existing ETS table\n * 2nd argument: not a tuple\n"
0 commit comments