Skip to content

Commit 97fdfcb

Browse files
committed
fix assertion
1 parent 0e3e8b2 commit 97fdfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/internal/emulator/tests/accounts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,6 @@ func TestAccountAccess(t *testing.T) {
12131213
require.Contains(
12141214
t,
12151215
result.Error.Error(),
1216-
"error: cannot access `a` because field requires `account` authorization",
1216+
"error: access denied: cannot access `a` because field requires `account` authorization",
12171217
)
12181218
}

0 commit comments

Comments
 (0)