README.md update

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2019-11-08 15:59:59 +01:00
parent dc78de28d0
commit 45c03b086e
5 changed files with 172 additions and 34 deletions

View File

@@ -2,6 +2,6 @@
#[test]
fn integration_add_two() {
assert_eq!(4, advotracker::add_two(2));
assert_eq!(4, advotracker_backend::add_two(2));
}