diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-17 13:53:18 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-17 13:53:18 -0700 |
commit | a3ccecb7b5ec32a9020ba14ae08c482067b44544 (patch) | |
tree | eecbe7afbaf29f5b40acc03e0cf7f16bc0be82ae /rust/tests | |
parent | b4167382d118b28cba0bce9c89abda1589d81574 (diff) | |
download | fatcat-a3ccecb7b5ec32a9020ba14ae08c482067b44544.tar.gz fatcat-a3ccecb7b5ec32a9020ba14ae08c482067b44544.zip |
more consistent example data
Diffstat (limited to 'rust/tests')
-rw-r--r-- | rust/tests/test_api_server.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/tests/test_api_server.rs b/rust/tests/test_api_server.rs index 9393c09b..32db268c 100644 --- a/rust/tests/test_api_server.rs +++ b/rust/tests/test_api_server.rs @@ -52,7 +52,7 @@ fn test_entity_gets() { &router, ), status::Ok, - Some("MySpace"), + Some("Trivial Results"), ); check_response( |