Skip to content

Commit

Permalink
Update StoreTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MFransen69 authored Jun 5, 2024
1 parent 8efa450 commit 07259ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/StoreTest/StoreTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ class PersistentStore : public RPC::SmartInterfaceType<Exchange::IStore > {
}
};

namespace JSONRPC {
namespace Thunder {
namespace JSONRPC {

class PersistentStore : public SmartLinkType<Core::JSON::IElement> {
private:
class Parameters : public Core::JSON::Container {
Expand Down Expand Up @@ -662,4 +664,5 @@ int main(int argc VARIABLE_IS_NOT_USED, char* argv[] VARIABLE_IS_NOT_USED)
Core::Singleton::Dispose();

return 0;
}
}

0 comments on commit 07259ef

Please sign in to comment.