Skip to content

Commit

Permalink
Fix tests and flightsql
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Sep 1, 2024
1 parent efd0176 commit 314290e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# No tests yet
- name: Run tests
run: |
cargo test
cargo test --all-features
fmt:
name: Rust formatting
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion src/app/state/tabs/flightsql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use std::time::Duration;

use datafusion::arrow::array::RecordBatch;
use ratatui::crossterm::event::KeyEvent;
use ratatui::style::{palette::tailwind, Style};
use ratatui::widgets::TableState;
use tui_textarea::TextArea;

Expand Down
1 change: 1 addition & 0 deletions src/ui/tabs/flightsql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use ratatui::{
buffer::Buffer,
layout::{Alignment, Constraint, Direction, Layout, Rect},
style::{palette::tailwind, Style, Stylize},
text::Span,
widgets::{Block, Borders, Paragraph, Row, StatefulWidget, Table, Widget},
};

Expand Down

0 comments on commit 314290e

Please sign in to comment.