Skip to content

Commit 55b5f1c

Browse files
committed
✅ Fix typo in FakeServer (tests only)
1 parent 28f8a62 commit 55b5f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/net/imap/fake_server/command_reader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class CommandReader
1010

1111
def initialize(socket)
1212
@socket = socket
13-
@last_comma0 = nil
13+
@last_command = nil
1414
end
1515

1616
def get_command

0 commit comments

Comments
 (0)