Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Mar 25, 2024
1 parent bea1383 commit 9bd15f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UITests/TestApp/ChatTestView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import SwiftUI

struct ChatTestView: View {
@State private var chat: Chat = [
ChatEntity(role: .hidden(type: .unknown), content: "Hidden Message!")
ChatEntity(role: .hidden(type: .unknown), content: "Hidden Message!"),
ChatEntity(role: .assistant, content: "**Assistant** Message!")
]
@State private var muted = true
Expand Down

0 comments on commit 9bd15f2

Please sign in to comment.