Skip to content

Commit 5c181c8

Browse files
fix lint
1 parent be6fd81 commit 5c181c8

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<\'static, 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)