diff --git a/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala b/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala
index 1ae0c0e..08377e7 100644
--- a/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala
+++ b/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala
@@ -16,7 +16,7 @@ class FeatureSpec extends AnyFunSuite with Matchers:
.write(2)[A] shouldBe "LDA 2 STA 1"
}
- test("writing to an address can use A, X, and Y registers for bouncing ") {
+ test("writing to an address can use A, X, and Y registers for bouncing") {
ReadWriteAddress(Address.zero(0x01))
.write(2)[A] shouldBe "LDA 2 STA 1"