diff --git a/pop-api/examples/nfts/lib.rs b/pop-api/examples/nfts/lib.rs index a1c2a45e..36cdda66 100755 --- a/pop-api/examples/nfts/lib.rs +++ b/pop-api/examples/nfts/lib.rs @@ -102,7 +102,7 @@ mod pop_api_nfts { #[ink::test] fn default_works() { - PopApiExtensionDemo::new(); + Nfts::new(); } } }