Skip to content

Commit be6fd81

Browse files
update test
1 parent 8cbb718 commit be6fd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/accountsParserPage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test('it renders accounts parsers', () => {
5050
'impl yellowstone_vixen_core::Parser for AccountParser',
5151
'async fn parse',
5252
'fn prefilter(&self) -> yellowstone_vixen_core::Prefilter',
53-
'fn id(&self) -> std::borrow::Cow<str>',
53+
'fn id(&self) -> std::borrow::Cow<\'static, str>',
5454
'type Input = yellowstone_vixen_core::AccountUpdate',
5555
'type Output = TestProgramState',
5656
]);

0 commit comments

Comments
 (0)