mirror of
https://github.com/polybar/polybar.git
synced 2026-03-31 20:46:56 +00:00
fix: project rename
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
#include "utils/string.hpp"
|
||||
|
||||
int main() {
|
||||
using namespace lemonbuddy;
|
||||
using namespace polybar;
|
||||
|
||||
"upper"_test = [] { expect(string_util::upper("FOO") == "FOO"); };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user