From 190166790fe7789bf379d2182944e20b631d3a2a Mon Sep 17 00:00:00 2001 From: Nicholas Doglio <3968678+WhosNickDoglio@users.noreply.github.com> Date: Sat, 30 May 2026 07:58:25 -0400 Subject: [PATCH] Update README.md Update test fixture coordinates after KMP changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 687f53e..19e314d 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ dependencies { implementation("com.slack.eithernet:eithernet-integration-retrofit:") // Test fixtures - testImplementation(testFixtures("com.slack.eithernet:eithernet:")) + testImplementation("com.slack.eithernet:eithernet-test-fixtures:") } ```