Skip to content

Commit

Permalink
test: [ANDROAPP-6762] create table tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed Jan 30, 2025
1 parent 62016ea commit 352276f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fun TableScreen() {
mutableStateOf(ByteArray(0))
}
LaunchedEffect(Unit) {
bytes = Res.readBytes("files/json/multi_header_table_list.json")
bytes = Res.readBytes("files/json/table_demo.json")
}
val jsonString = bytes.decodeToString()
if (jsonString.isNotEmpty()) {
Expand Down

0 comments on commit 352276f

Please sign in to comment.